Commit 7e7612eb authored by Davis King's avatar Davis King

updated docs

parent a7fc777a
......@@ -28,6 +28,7 @@
<item>crc32</item>
<item>rand</item>
<item>hash</item>
<item>disjoint_subsets</item>
<item>murmur_hash3</item>
<item>running_stats</item>
<item>running_scalar_covariance</item>
......@@ -258,6 +259,22 @@
<!-- ************************************************************************* -->
<component>
<name>disjoint_subsets</name>
<file>dlib/disjoint_subsets.h</file>
<spec_file link="true">dlib/disjoint_subsets/disjoint_subsets_abstract.h</spec_file>
<description>
This object represents a set of integers which is partitioned into
a number of disjoint subsets. It supports the two fundamental operations
of finding which subset a particular integer belongs to as well as
merging subsets.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>running_stats</name>
<file>dlib/statistics.h</file>
......
......@@ -100,6 +100,8 @@
<term file="bayes.html" name="node_next_parent_assignment"/>
<term file="bayes.html" name="node_cpt_filled_out"/>
<term file="algorithms.html" name="disjoint_subsets"/>
<term link="algorithms.html#disjoint_subsets" name="union-find"/>
<term file="algorithms.html" name="rectangle"/>
<term file="algorithms.html" name="edge"/>
<term file="algorithms.html" name="is_join_tree"/>
......
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