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
e4541599
Commit
e4541599
authored
May 19, 2012
by
Davis King
Browse files
updated docs
parent
aac2ea60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
docs/docs/ml.xml
docs/docs/ml.xml
+9
-0
No files found.
docs/docs/ml.xml
View file @
e4541599
...
@@ -2604,6 +2604,15 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
...
@@ -2604,6 +2604,15 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
The training procedure produces a
<a
href=
"#graph_labeler"
>
graph_labeler
</a>
object
The training procedure produces a
<a
href=
"#graph_labeler"
>
graph_labeler
</a>
object
which can be used to predict the labelings of new graphs.
which can be used to predict the labelings of new graphs.
<p>
To elaborate, a graph labeling problem is a task to learn a binary classifier which
predicts the label of each node in a graph. Additionally, we have information in
the form of graph edges between nodes where edges are present when we believe the
linked nodes are likely to have the same label. Therefore, part of a graph labeling
problem is to learn to score each edge in terms of how strongly the edge should enforce
labeling consistency between its two nodes.
</p>
<p>
<p>
Note that this is just a convenience wrapper around the
Note that this is just a convenience wrapper around the
<a
href=
"#structural_svm_graph_labeling_problem"
>
structural_svm_graph_labeling_problem
</a>
<a
href=
"#structural_svm_graph_labeling_problem"
>
structural_svm_graph_labeling_problem
</a>
...
...
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