updated docs

This commit is contained in:
Davis King 2011-12-11 17:20:13 -05:00
parent 8ce84862a9
commit dc4d537122
2 changed files with 16 additions and 0 deletions

View File

@ -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>

View File

@ -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>