Commit 2c8b159e authored by Davis King's avatar Davis King

updated docs

parent a2c8aab2
......@@ -115,6 +115,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<item>newman_cluster</item>
<item>spectral_cluster</item>
<item>chinese_whispers</item>
<item>bottom_up_cluster</item>
<item>modularity</item>
</section>
<section>
......@@ -320,6 +321,18 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</component>
<!-- ************************************************************************* -->
<component>
<name>bottom_up_cluster</name>
<file>dlib/clustering.h</file>
<spec_file link="true">dlib/clustering/bottom_up_cluster_abstract.h</spec_file>
<description>
This function runs a bottom up agglomerative clustering algorithm.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -428,6 +428,7 @@
<term file="ml.html" name="newman_cluster" include="dlib/clustering.h"/>
<term file="ml.html" name="spectral_cluster" include="dlib/clustering.h"/>
<term file="ml.html" name="chinese_whispers" include="dlib/clustering.h"/>
<term file="ml.html" name="bottom_up_cluster" include="dlib/clustering.h"/>
<term file="ml.html" name="modularity" include="dlib/clustering.h"/>
<term file="ml.html" name="pick_initial_centers" include="dlib/clustering.h"/>
<term file="ml.html" name="rank_features" include="dlib/svm.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