Commit 606dd7c2 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403506
parent 4eb5bc6a
......@@ -70,6 +70,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>empirical_kernel_map</item>
<item>kkmeans</item>
<item>svm_nu_trainer</item>
<item>svm_c_linear_trainer</item>
<item>rvm_trainer</item>
<item>rvm_regression_trainer</item>
<item>rbf_network_trainer</item>
......@@ -612,6 +613,28 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>svm_c_linear_trainer</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/svm_c_linear_trainer_abstract.h</spec_file>
<description>
This object represents a tool for training the C formulation of
a support vector machine and is optimized for the case where
linear kernels are used.
It is implemented using the <a href="optimization.html#oca">oca</a>
optimizer and uses the exact line search described in the
following paper:
<blockquote>
Optimized Cutting Plane Algorithm for Large-Scale Risk Minimization
by Vojtech Franc, Soren Sonnenburg; 10(Oct):2157--2192, 2009.
</blockquote>
</description>
</component>
<!-- ************************************************************************* -->
<component>
......
......@@ -129,6 +129,7 @@
<term file="ml.html" name="randomize_samples"/>
<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"/>
<term file="ml.html" name="rvm_trainer"/>
<term file="ml.html" name="rvm_regression_trainer"/>
<term file="ml.html" name="rbf_network_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