Commit bf8b3e54 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403651
parent 79ba5ad7
......@@ -132,6 +132,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<section>
<name>Miscellaneous</name>
<item>simplify_linear_decision_function</item>
<item>vector_normalizer</item>
<item>vector_normalizer_pca</item>
<item>discriminant_pca</item>
......@@ -1076,6 +1077,18 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<!-- ************************************************************************* -->
<component>
<name>simplify_linear_decision_function</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/simplify_linear_decision_function_abstract.h</spec_file>
<description>
This is a set of functions that takes various forms of linear <a href="#decision_function">decision functions</a>
and collapses them down so that they only compute a single dot product when invoked.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>randomize_samples</name>
<file>dlib/svm.h</file>
......
......@@ -144,6 +144,7 @@
<term file="ml.html" name="verbose_batch_cached"/>
<term file="ml.html" name="batch_trainer"/>
<term file="ml.html" name="randomize_samples"/>
<term file="ml.html" name="simplify_linear_decision_function"/>
<term file="ml.html" name="is_binary_classification_problem"/>
<term file="ml.html" name="svm_nu_trainer"/>
<term file="ml.html" name="svm_c_linear_trainer"/>
......
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