Commit 396cd7b3 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403473
parent c4d69295
......@@ -134,6 +134,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>find_gamma_with_big_centroid_gap</item>
<item>compute_mean_squared_distance</item>
<item>kernel_matrix</item>
<item>find_clusters_using_kmeans</item>
</section>
</top>
......@@ -145,6 +146,18 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<components>
<!-- ************************************************************************* -->
<component>
<name>find_clusters_using_kmeans</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/kkmeans_abstract.h</spec_file>
<description>
This is just a simple linear kmeans clustering implementation.
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -148,6 +148,7 @@
<term file="ml.html" name="discriminant_pca"/>
<term file="dlib/statistics/dpca_abstract.h.html" name="discriminant_pca_error"/>
<term file="ml.html" name="kkmeans"/>
<term file="ml.html" name="find_clusters_using_kmeans"/>
<term file="ml.html" name="pick_initial_centers"/>
<term file="ml.html" name="rank_features"/>
<term file="ml.html" name="find_gamma_with_big_centroid_gap"/>
......
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