updated docs

This commit is contained in:
Davis King 2011-11-06 09:12:15 -05:00
parent b9149a5e74
commit f829ad63db
2 changed files with 19 additions and 5 deletions

View File

@ -180,12 +180,14 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>polynomial_kernel</item>
<item>sigmoid_kernel</item>
<item>linear_kernel</item>
<item>histogram_intersection_kernel</item>
<item>offset_kernel</item>
<item>sparse_radial_basis_kernel</item>
<item>sparse_polynomial_kernel</item>
<item>sparse_sigmoid_kernel</item>
<item>sparse_linear_kernel</item>
<item>sparse_histogram_intersection_kernel</item>
</section>
@ -1420,6 +1422,19 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>histogram_intersection_kernel</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/kernel_abstract.h</spec_file>
<description>
This object represents a histogram intersection kernel for use with
kernel learning machines.
</description>
</component>
<!-- ************************************************************************* -->
<component>
@ -1466,17 +1481,14 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<!-- ************************************************************************* -->
<component>
<name>sparse_linear_kernel</name>
<name>sparse_histogram_intersection_kernel</name>
<file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/sparse_kernel_abstract.h</spec_file>
<description>
This object represents a linear function kernel for use with
This object represents a histogram intersection kernel kernel for use with
kernel learning machines that operate on
<a href="dlib/svm/sparse_vector_abstract.h.html#sparse_vectors">sparse vectors</a>.
</description>
<examples>
<example>svm_sparse_ex.cpp.html</example>
</examples>
</component>

View File

@ -276,6 +276,7 @@
<term file="ml.html" name="probabilistic_decision_function"/>
<term file="ml.html" name="probabilistic_function"/>
<term file="ml.html" name="linear_kernel"/>
<term file="ml.html" name="histogram_intersection_kernel"/>
<term file="ml.html" name="offset_kernel"/>
<term file="ml.html" name="polynomial_kernel"/>
<term file="ml.html" name="sigmoid_kernel"/>
@ -285,6 +286,7 @@
<term link="ml.html#sparse vectors" name="unsorted sparse vectors"/>
<term file="ml.html" name="sparse vectors"/>
<term file="ml.html" name="sparse_linear_kernel"/>
<term file="ml.html" name="sparse_histogram_intersection_kernel"/>
<term file="ml.html" name="sparse_polynomial_kernel"/>
<term file="ml.html" name="sparse_sigmoid_kernel"/>
<term file="ml.html" name="sparse_radial_basis_kernel"/>