Commit cebf6bd1 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403415
parent 198e5e22
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<item>crc32</item> <item>crc32</item>
<item>rand</item> <item>rand</item>
<item>running_stats</item> <item>running_stats</item>
<item>random_subset_selector</item>
<item nolink="true"> <item nolink="true">
<name>Optimization</name> <name>Optimization</name>
<sub> <sub>
...@@ -673,6 +674,21 @@ ...@@ -673,6 +674,21 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>random_subset_selector</name>
<file>dlib/statistics.h</file>
<spec_file>dlib/statistics/random_subset_selector_abstract.h</spec_file>
<description>
This object is a tool to help you select a random subset of a large body of data.
In particular, it is useful when the body of data is too large to fit into memory.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
<term file="algorithms.html" name="rotate_point"/> <term file="algorithms.html" name="rotate_point"/>
<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="algorithms.html" name="random_subset_selector"/>
<term file="dlib/svm/pegasos_abstract.h.html" name="replicate_settings"/> <term file="dlib/svm/pegasos_abstract.h.html" name="replicate_settings"/>
<term file="ml.html" name="mlp"/> <term file="ml.html" name="mlp"/>
......
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