Commit 8ce9469a authored by Davis King's avatar Davis King

updated docs

parent ec6be63e
......@@ -65,6 +65,7 @@
<item>r_squared</item>
<item>mean_squared_error</item>
<item>running_covariance</item>
<item>running_cross_covariance</item>
<item>random_subset_selector</item>
<item>randomly_subsample</item>
......@@ -487,6 +488,18 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>running_cross_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 mean and
cross-covariance matrices of a sequence of pairs of vectors.
</description>
</component>
<!-- ************************************************************************* -->
......
......@@ -235,6 +235,7 @@
<term file="algorithms.html" name="r_squared" include="dlib/statistics.h"/>
<term file="algorithms.html" name="mean_squared_error" include="dlib/statistics.h"/>
<term file="algorithms.html" name="running_covariance" include="dlib/statistics.h"/>
<term file="algorithms.html" name="running_cross_covariance" include="dlib/statistics.h"/>
<term file="algorithms.html" name="random_subset_selector" include="dlib/statistics.h"/>
<term file="algorithms.html" name="randomly_subsample" include="dlib/statistics.h"/>
......
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