Commit 51491c8c authored by Davis King's avatar Davis King

updated docs

parent 3eb0d973
...@@ -141,12 +141,14 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -141,12 +141,14 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<section> <section>
<name>Validation</name> <name>Validation</name>
<item>cross_validate_trainer</item> <item>cross_validate_trainer</item>
<item>cross_validate_object_detection_trainer</item>
<item>cross_validate_trainer_threaded</item> <item>cross_validate_trainer_threaded</item>
<item>cross_validate_multiclass_trainer</item> <item>cross_validate_multiclass_trainer</item>
<item>cross_validate_regression_trainer</item> <item>cross_validate_regression_trainer</item>
<item>test_binary_decision_function</item> <item>test_binary_decision_function</item>
<item>test_multiclass_decision_function</item> <item>test_multiclass_decision_function</item>
<item>test_regression_function</item> <item>test_regression_function</item>
<item>test_object_detection_function</item>
</section> </section>
<section> <section>
...@@ -2032,6 +2034,34 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -2032,6 +2034,34 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>cross_validate_object_detection_trainer</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/cross_validate_object_detection_trainer_abstract.h</spec_file>
<description>
Performs k-fold cross validation on a user supplied object detection trainer such
as the <a href="#structural_object_detection_trainer">structural_object_detection_trainer</a>
and returns the precision and recall.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>test_object_detection_function</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/cross_validate_object_detection_trainer_abstract.h</spec_file>
<description>
Tests an object detector such
as the <a href="imaging.html#object_detector">object_detector</a>
and returns the precision and recall.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -220,10 +220,12 @@ ...@@ -220,10 +220,12 @@
<term file="ml.html" name="train_probabilistic_decision_function"/> <term file="ml.html" name="train_probabilistic_decision_function"/>
<term file="ml.html" name="probabilistic"/> <term file="ml.html" name="probabilistic"/>
<term file="ml.html" name="cross_validate_trainer"/> <term file="ml.html" name="cross_validate_trainer"/>
<term file="ml.html" name="cross_validate_object_detection_trainer"/>
<term file="ml.html" name="cross_validate_trainer_threaded"/> <term file="ml.html" name="cross_validate_trainer_threaded"/>
<term file="ml.html" name="cross_validate_multiclass_trainer"/> <term file="ml.html" name="cross_validate_multiclass_trainer"/>
<term file="ml.html" name="cross_validate_regression_trainer"/> <term file="ml.html" name="cross_validate_regression_trainer"/>
<term file="ml.html" name="test_binary_decision_function"/> <term file="ml.html" name="test_binary_decision_function"/>
<term file="ml.html" name="test_object_detection_function"/>
<term file="ml.html" name="test_multiclass_decision_function"/> <term file="ml.html" name="test_multiclass_decision_function"/>
<term file="ml.html" name="test_regression_function"/> <term file="ml.html" name="test_regression_function"/>
<term link="ml.html#svm_nu_trainer" name="support vector machine"/> <term link="ml.html#svm_nu_trainer" name="support vector machine"/>
......
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