Commit 2904fa35 authored by Davis King's avatar Davis King

updated docs

parent e6a01acf
...@@ -115,6 +115,10 @@ ...@@ -115,6 +115,10 @@
<item nolink="true"> <item nolink="true">
<name>Examples</name> <name>Examples</name>
<sub> <sub>
<item>
<name>Sequence_Labeling</name>
<link>sequence_labeler_ex.cpp.html</link>
</item>
<item> <item>
<name>Object_Detector</name> <name>Object_Detector</name>
<link>object_detector_ex.cpp.html</link> <link>object_detector_ex.cpp.html</link>
......
...@@ -1321,6 +1321,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -1321,6 +1321,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
Fei Sha and Fernando Pereira Fei Sha and Fernando Pereira
</blockquote> </blockquote>
</description> </description>
<examples>
<example>sequence_labeler_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -2091,6 +2094,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -2091,6 +2094,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
as the <a href="#structural_sequence_labeling_trainer">structural_sequence_labeling_trainer</a> as the <a href="#structural_sequence_labeling_trainer">structural_sequence_labeling_trainer</a>
and returns a confusion matrix describing the results. and returns a confusion matrix describing the results.
</description> </description>
<examples>
<example>sequence_labeler_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -2104,6 +2110,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -2104,6 +2110,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
Tests a <a href="#sequence_labeler">sequence_labeler</a> on a set of data Tests a <a href="#sequence_labeler">sequence_labeler</a> on a set of data
and returns a confusion matrix describing the results. and returns a confusion matrix describing the results.
</description> </description>
<examples>
<example>sequence_labeler_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -2308,6 +2317,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -2308,6 +2317,9 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
to make it look similar to all the other trainers in dlib. to make it look similar to all the other trainers in dlib.
</p> </p>
</description> </description>
<examples>
<example>sequence_labeler_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