Commit bf140c2a authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404077
parent fd751829
......@@ -91,6 +91,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>reduced</item>
<item>reduced2</item>
<item>batch</item>
<item>probabilistic</item>
<item>verbose_batch</item>
<item>batch_cached</item>
<item>verbose_batch_cached</item>
......@@ -838,6 +839,20 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>probabilistic</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/svm_abstract.h</spec_file>
<description>
This is a trainer adapter which simply runs the trainer it is given though the
<a href="#train_probabilistic_decision_function">train_probabilistic_decision_function</a>
function.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -188,6 +188,7 @@
<term file="ml.html" name="reduced2"/>
<term file="ml.html" name="reduced_decision_function_trainer2"/>
<term file="ml.html" name="train_probabilistic_decision_function"/>
<term file="ml.html" name="probabilistic"/>
<term file="ml.html" name="cross_validate_trainer"/>
<term file="ml.html" name="cross_validate_trainer_threaded"/>
<term file="ml.html" name="cross_validate_multiclass_trainer"/>
......
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