Commit e78acb6f authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403808
parent 7b90dccb
...@@ -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>running_scalar_covariance</item>
<item>running_covariance</item> <item>running_covariance</item>
<item>random_subset_selector</item> <item>random_subset_selector</item>
<item>randomly_subsample</item> <item>randomly_subsample</item>
...@@ -318,6 +319,18 @@ ...@@ -318,6 +319,18 @@
</component> </component>
<!-- ************************************************************************* -->
<component>
<name>running_scalar_covariance</name>
<file>dlib/statistics.h</file>
<spec_file link="true">dlib/statistics/statistics_abstract.h</spec_file>
<description>
This object is a simple tool for computing the covariance of a
sequence of scalar values.
</description>
</component>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
......
...@@ -111,6 +111,7 @@ ...@@ -111,6 +111,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="running_scalar_covariance"/>
<term file="algorithms.html" name="running_covariance"/> <term file="algorithms.html" name="running_covariance"/>
<term file="algorithms.html" name="random_subset_selector"/> <term file="algorithms.html" name="random_subset_selector"/>
<term file="algorithms.html" name="randomly_subsample"/> <term file="algorithms.html" name="randomly_subsample"/>
......
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