Commit 05cdc0ed authored by Davis King's avatar Davis King

removed cruft

parent 7a1e67e6
...@@ -21,12 +21,7 @@ namespace dlib ...@@ -21,12 +21,7 @@ namespace dlib
> >
class graph_labeler class graph_labeler
{ {
/*!
REQUIREMENTS ON vector_type
- vector_type is a dlib::matrix or sparse vector. It can be either
so long as it is capable of representing both edge and node weight
vectors.
!*/
public: public:
typedef std::vector<node_label> label_type; typedef std::vector<node_label> label_type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment