Commit 4934f7b5 authored by Davis King's avatar Davis King

updated docs

parent e66d588c
...@@ -438,11 +438,12 @@ ...@@ -438,11 +438,12 @@
<file>dlib/statistics.h</file> <file>dlib/statistics.h</file>
<spec_file link="true">dlib/statistics/statistics_abstract.h</spec_file> <spec_file link="true">dlib/statistics/statistics_abstract.h</spec_file>
<description> <description>
This object represents something that can compute the running mean and This object represents something that can compute the running mean,
variance of a stream of real numbers. variance, skewness, and kurtosis statistics of a stream of real numbers.
</description> </description>
<examples> <examples>
<example>running_stats.cpp.html</example>
<example>kcentroid_ex.cpp.html</example> <example>kcentroid_ex.cpp.html</example>
</examples> </examples>
......
...@@ -161,6 +161,10 @@ ...@@ -161,6 +161,10 @@
<name>Object_Detector_Advanced</name> <name>Object_Detector_Advanced</name>
<link>object_detector_advanced_ex.cpp.html</link> <link>object_detector_advanced_ex.cpp.html</link>
</item> </item>
<item>
<name>Running_Stats</name>
<link>running_stats_ex.cpp.html</link>
</item>
<item> <item>
<name>Config_File_Reader</name> <name>Config_File_Reader</name>
<link>config_reader_ex.cpp.html</link> <link>config_reader_ex.cpp.html</link>
......
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