Commit 9e2423b3 authored by Davis King's avatar Davis King

updated docs

parent 46c00173
......@@ -127,6 +127,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>find_clusters_using_kmeans</item>
<item>vector_normalizer</item>
<item>vector_normalizer_pca</item>
<item>sammon_projection</item>
</section>
<section>
<name>Semi-Supervised</name>
......@@ -664,6 +665,23 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>sammon_projection</name>
<file>dlib/statistics.h</file>
<spec_file link="true">dlib/statistics/sammon_abstract.h</spec_file>
<description>
This is a function object that computes the Sammon projection of a set
of N points in a L-dimensional vector space onto a d-dimensional space
(d &lt; L), according to the paper:
<blockquote>
A Nonlinear Mapping for Data Structure Analysis (1969) by J.W. Sammon
</blockquote>
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -301,6 +301,7 @@
<term file="ml.html" name="vector_normalizer"/>
<term file="ml.html" name="vector_normalizer_pca"/>
<term file="ml.html" name="discriminant_pca"/>
<term file="ml.html" name="sammon_projection"/>
<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"/>
......
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