Commit 845391d0 authored by Davis King's avatar Davis King

Fixed some typos in docs. There was also a missing component block for

sparse_linear_kernel.
parent 6ffe8d79
...@@ -1485,13 +1485,27 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -1485,13 +1485,27 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<component>
<name>sparse_linear_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 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>
</component>
<!-- ************************************************************************* -->
<component> <component>
<name>sparse_polynomial_kernel</name> <name>sparse_polynomial_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 polynomial kernel for use with This object represents a polynomial kernel for use with
kernel learning machines that operate 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>
...@@ -1505,7 +1519,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09 ...@@ -1505,7 +1519,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<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 radial basis function kernel for use with This object represents a radial basis function kernel for use with
kernel learning machines that operate 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>
......
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