Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Jun 23, 2015
1 parent a2c8aab commit 2c8b159
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docs/ml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions docs/docs/term_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 2c8b159

Please sign in to comment.