Commit dc4d5371 authored by Davis King's avatar Davis King

updated docs

parent 8ce84862
...@@ -115,6 +115,10 @@ ...@@ -115,6 +115,10 @@
<item nolink="true"> <item nolink="true">
<name>Examples</name> <name>Examples</name>
<sub> <sub>
<item>
<name>Assignment_Learning</name>
<link>assignment_learning_ex.cpp.html</link>
</item>
<item> <item>
<name>Sequence_Labeling</name> <name>Sequence_Labeling</name>
<link>sequence_labeler_ex.cpp.html</link> <link>sequence_labeler_ex.cpp.html</link>
......
...@@ -1351,6 +1351,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -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 This object is a tool for solving the optimal assignment problem given a
user defined method for computing the quality of any particular assignment. user defined method for computing the quality of any particular assignment.
</description> </description>
<examples>
<example>assignment_learning_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -2174,6 +2177,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -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> as the <a href="#structural_assignment_trainer">structural_assignment_trainer</a>
and returns the fraction of assignments predicted correctly. and returns the fraction of assignments predicted correctly.
</description> </description>
<examples>
<example>assignment_learning_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -2203,6 +2209,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -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 Tests an <a href="#assignment_function">assignment_function</a> on a set of data
and returns the fraction of assignments predicted correctly. and returns the fraction of assignments predicted correctly.
</description> </description>
<examples>
<example>assignment_learning_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -2445,6 +2454,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -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> <a href="#structural_svm_assignment_problem">structural_svm_assignment_problem</a>
to make it look similar to all the other trainers in dlib. to make it look similar to all the other trainers in dlib.
</description> </description>
<examples>
<example>assignment_learning_ex.cpp.html</example>
</examples>
</component> </component>
......
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