Commit 27683bef authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403144
parent 8d2243b0
...@@ -66,6 +66,8 @@ ...@@ -66,6 +66,8 @@
<item>reduced2</item> <item>reduced2</item>
<item>batch</item> <item>batch</item>
<item>verbose_batch</item> <item>verbose_batch</item>
<item>batch_cached</item>
<item>verbose_batch_cached</item>
<item>batch_trainer</item> <item>batch_trainer</item>
<item>null_trainer_type</item> <item>null_trainer_type</item>
<item>null_trainer</item> <item>null_trainer</item>
...@@ -752,6 +754,36 @@ ...@@ -752,6 +754,36 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>batch_cached</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/pegasos_abstract.h</spec_file>
<description>
This is a convenience function for creating
<a href="#batch_trainer">batch_trainer</a> objects that are setup
to use a kernel matrix cache.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>verbose_batch_cached</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/pegasos_abstract.h</spec_file>
<description>
This is a convenience function for creating
<a href="#batch_trainer">batch_trainer</a> objects. This function
generates a batch_trainer that will print status messages to standard
output so that you can observe the progress of a training algorithm.
It will also be configured to use a kernel matrix cache.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -92,12 +92,15 @@ ...@@ -92,12 +92,15 @@
<term file="algorithms.html" name="point_rotator"/> <term file="algorithms.html" name="point_rotator"/>
<term file="algorithms.html" name="running_stats"/> <term file="algorithms.html" name="running_stats"/>
<term file="dlib/svm/pegasos_abstract.h.html" name="replicate_settings"/>
<term file="ml.html" name="mlp"/> <term file="ml.html" name="mlp"/>
<term link="ml.html#mlp" name="multi-layer perceptron"/> <term link="ml.html#mlp" name="multi-layer perceptron"/>
<term link="ml.html#mlp" name="neural network"/> <term link="ml.html#mlp" name="neural network"/>
<term file="ml.html" name="svm_pegasos"/> <term file="ml.html" name="svm_pegasos"/>
<term file="ml.html" name="batch"/> <term file="ml.html" name="batch"/>
<term file="ml.html" name="verbose_batch"/> <term file="ml.html" name="verbose_batch"/>
<term file="ml.html" name="batch_cached"/>
<term file="ml.html" name="verbose_batch_cached"/>
<term file="ml.html" name="batch_trainer"/> <term file="ml.html" name="batch_trainer"/>
<term file="ml.html" name="randomize_samples"/> <term file="ml.html" name="randomize_samples"/>
<term file="ml.html" name="is_binary_classification_problem"/> <term file="ml.html" name="is_binary_classification_problem"/>
......
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