Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
59639060
Commit
59639060
authored
Apr 30, 2012
by
Davis King
Browse files
added a comment.
parent
3fa93d7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
dlib/svm/graph_labeler.h
dlib/svm/graph_labeler.h
+6
-0
No files found.
dlib/svm/graph_labeler.h
View file @
59639060
...
@@ -21,6 +21,12 @@ namespace dlib
...
@@ -21,6 +21,12 @@ 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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment