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
dc4d5371
Commit
dc4d5371
authored
Dec 11, 2011
by
Davis King
Browse files
updated docs
parent
8ce84862
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
docs/docs/main_menu.xml
docs/docs/main_menu.xml
+4
-0
docs/docs/ml.xml
docs/docs/ml.xml
+12
-0
No files found.
docs/docs/main_menu.xml
View file @
dc4d5371
...
...
@@ -115,6 +115,10 @@
<item
nolink=
"true"
>
<name>
Examples
</name>
<sub>
<item>
<name>
Assignment_Learning
</name>
<link>
assignment_learning_ex.cpp.html
</link>
</item>
<item>
<name>
Sequence_Labeling
</name>
<link>
sequence_labeler_ex.cpp.html
</link>
...
...
docs/docs/ml.xml
View file @
dc4d5371
...
...
@@ -1351,6 +1351,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
This object is a tool for solving the optimal assignment problem given a
user defined method for computing the quality of any particular assignment.
</description>
<examples>
<example>
assignment_learning_ex.cpp.html
</example>
</examples>
</component>
...
...
@@ -2174,6 +2177,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
as the
<a
href=
"#structural_assignment_trainer"
>
structural_assignment_trainer
</a>
and returns the fraction of assignments predicted correctly.
</description>
<examples>
<example>
assignment_learning_ex.cpp.html
</example>
</examples>
</component>
...
...
@@ -2203,6 +2209,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
Tests an
<a
href=
"#assignment_function"
>
assignment_function
</a>
on a set of data
and returns the fraction of assignments predicted correctly.
</description>
<examples>
<example>
assignment_learning_ex.cpp.html
</example>
</examples>
</component>
...
...
@@ -2445,6 +2454,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<a
href=
"#structural_svm_assignment_problem"
>
structural_svm_assignment_problem
</a>
to make it look similar to all the other trainers in dlib.
</description>
<examples>
<example>
assignment_learning_ex.cpp.html
</example>
</examples>
</component>
...
...
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