Commit 98b2dda7 authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403295
parent 33b9719c
......@@ -129,6 +129,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>cross_validate_trainer_threaded</item>
<item>pick_initial_centers</item>
<item>find_gamma_with_big_centroid_gap</item>
<item>kernel_matrix</item>
</section>
</top>
......@@ -158,6 +159,21 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>kernel_matrix</name>
<file>dlib/svm.h</file>
<spec_file>dlib/svm/kernel_matrix_abstract.h</spec_file>
<description>
This is a simple set of functions that makes it easy to turn a kernel
object and a set of samples into a kernel matrix. It takes these two
things and returns a <a href="dlib/matrix/matrix_abstract.h.html#matrix_exp">matrix expression</a>
that represents the kernel matrix.
</description>
</component>
<!-- ************************************************************************* -->
<component checked="true">
......
......@@ -111,6 +111,7 @@
<term link="ml.html#mlp" name="multi-layer perceptron"/>
<term link="ml.html#mlp" name="neural network"/>
<term file="ml.html" name="svm_pegasos"/>
<term file="ml.html" name="kernel_matrix"/>
<term file="ml.html" name="batch"/>
<term file="ml.html" name="verbose_batch"/>
<term file="ml.html" name="batch_cached"/>
......
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