Commit 59639060 authored by Davis King's avatar Davis King

added a comment.

parent 3fa93d7e
......@@ -21,6 +21,12 @@ namespace dlib
>
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:
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