Commit 2c62dc1b authored by Davis King's avatar Davis King

updated docs

parent 94d3cf86
...@@ -138,6 +138,10 @@ ...@@ -138,6 +138,10 @@
<name>Train_Object_Detector</name> <name>Train_Object_Detector</name>
<link>train_object_detector.cpp.html</link> <link>train_object_detector.cpp.html</link>
</item> </item>
<item>
<name>One_Class_Classifiers</name>
<link>one_class_classifiers_ex.cpp.html</link>
</item>
<item> <item>
<name>Parallel_For_Loops</name> <name>Parallel_For_Loops</name>
<link>parallel_for_ex.cpp.html</link> <link>parallel_for_ex.cpp.html</link>
......
...@@ -1169,6 +1169,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -1169,6 +1169,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<a href="http://www.csie.ntu.edu.tw/~cjlin/libsvm">http://www.csie.ntu.edu.tw/~cjlin/libsvm</a></li> <a href="http://www.csie.ntu.edu.tw/~cjlin/libsvm">http://www.csie.ntu.edu.tw/~cjlin/libsvm</a></li>
</ul> </ul>
</description> </description>
<examples>
<example>one_class_classifiers_ex.cpp.html</example>
</examples>
</component> </component>
...@@ -1217,6 +1220,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -1217,6 +1220,9 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
Additionally, it can be warm-started from the solution to a previous Additionally, it can be warm-started from the solution to a previous
training run. training run.
</description> </description>
<examples>
<example>one_class_classifiers_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