Commit f829ad63 authored by Davis King's avatar Davis King

updated docs

parent b9149a5e
...@@ -180,12 +180,14 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -180,12 +180,14 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>polynomial_kernel</item> <item>polynomial_kernel</item>
<item>sigmoid_kernel</item> <item>sigmoid_kernel</item>
<item>linear_kernel</item> <item>linear_kernel</item>
<item>histogram_intersection_kernel</item>
<item>offset_kernel</item> <item>offset_kernel</item>
<item>sparse_radial_basis_kernel</item> <item>sparse_radial_basis_kernel</item>
<item>sparse_polynomial_kernel</item> <item>sparse_polynomial_kernel</item>
<item>sparse_sigmoid_kernel</item> <item>sparse_sigmoid_kernel</item>
<item>sparse_linear_kernel</item> <item>sparse_linear_kernel</item>
<item>sparse_histogram_intersection_kernel</item>
</section> </section>
...@@ -1420,6 +1422,19 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -1420,6 +1422,19 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component> </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> <component>
...@@ -1466,17 +1481,14 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf" ...@@ -1466,17 +1481,14 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component> <component>
<name>sparse_linear_kernel</name> <name>sparse_histogram_intersection_kernel</name>
<file>dlib/svm.h</file> <file>dlib/svm.h</file>
<spec_file link="true">dlib/svm/sparse_kernel_abstract.h</spec_file> <spec_file link="true">dlib/svm/sparse_kernel_abstract.h</spec_file>
<description> <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 kernel learning machines that operate on
<a href="dlib/svm/sparse_vector_abstract.h.html#sparse_vectors">sparse vectors</a>. <a href="dlib/svm/sparse_vector_abstract.h.html#sparse_vectors">sparse vectors</a>.
</description> </description>
<examples>
<example>svm_sparse_ex.cpp.html</example>
</examples>
</component> </component>
......
...@@ -276,6 +276,7 @@ ...@@ -276,6 +276,7 @@
<term file="ml.html" name="probabilistic_decision_function"/> <term file="ml.html" name="probabilistic_decision_function"/>
<term file="ml.html" name="probabilistic_function"/> <term file="ml.html" name="probabilistic_function"/>
<term file="ml.html" name="linear_kernel"/> <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="offset_kernel"/>
<term file="ml.html" name="polynomial_kernel"/> <term file="ml.html" name="polynomial_kernel"/>
<term file="ml.html" name="sigmoid_kernel"/> <term file="ml.html" name="sigmoid_kernel"/>
...@@ -285,6 +286,7 @@ ...@@ -285,6 +286,7 @@
<term link="ml.html#sparse vectors" name="unsorted sparse vectors"/> <term link="ml.html#sparse vectors" name="unsorted sparse vectors"/>
<term file="ml.html" name="sparse vectors"/> <term file="ml.html" name="sparse vectors"/>
<term file="ml.html" name="sparse_linear_kernel"/> <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_polynomial_kernel"/>
<term file="ml.html" name="sparse_sigmoid_kernel"/> <term file="ml.html" name="sparse_sigmoid_kernel"/>
<term file="ml.html" name="sparse_radial_basis_kernel"/> <term file="ml.html" name="sparse_radial_basis_kernel"/>
......
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