Commit 51f8777e authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403678
parent 0d148fea
......@@ -136,6 +136,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>vector_normalizer</item>
<item>vector_normalizer_pca</item>
<item>discriminant_pca</item>
<item>fill_lisf</item>
<item>randomize_samples</item>
<item>is_binary_classification_problem</item>
<item>test_binary_decision_function</item>
......@@ -607,6 +608,24 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>fill_lisf</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/linearly_independent_subset_finder_abstract.h</spec_file>
<description>
This is a simple function for filling a
<a href="#linearly_independent_subset_finder">linearly_independent_subset_finder</a>
with data points by using random sampling.
</description>
<examples>
<example>empirical_kernel_map_ex.cpp.html</example>
</examples>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -170,6 +170,7 @@
<term file="ml.html" name="krls"/>
<term file="ml.html" name="kcentroid"/>
<term file="ml.html" name="linearly_independent_subset_finder"/>
<term file="ml.html" name="fill_lisf"/>
<term file="ml.html" name="vector_normalizer"/>
<term file="ml.html" name="vector_normalizer_pca"/>
<term file="ml.html" name="discriminant_pca"/>
......
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