Commit ac9f61b3 authored by Davis King's avatar Davis King

updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403627
parent d737ca8a
...@@ -838,12 +838,8 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -838,12 +838,8 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
This object represents a tool for training the C formulation of This object represents a tool for training the C formulation of
a support vector machine. It is implemented using the <a href="#empirical_kernel_map">empirical_kernel_map</a> a support vector machine. It is implemented using the <a href="#empirical_kernel_map">empirical_kernel_map</a>
to kernelize the <a href="#svm_c_linear_trainer">svm_c_linear_trainer</a>. This makes it a very fast algorithm to kernelize the <a href="#svm_c_linear_trainer">svm_c_linear_trainer</a>. This makes it a very fast algorithm
but means the user must supply a set of basis vectors. capable of learning from very large datasets.
<p>
For details about the "basis vectors" see the empirical_kernel_map
documentation. In particular, see it's <a href="empirical_kernel_map_ex.cpp.html">example program</a>.
</p>
</description> </description>
</component> </component>
......
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