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

sparse_linear_kernel.
This commit is contained in:
Davis King 2012-11-23 11:31:38 -05:00
parent 6ffe8d799b
commit 845391d00c
1 changed files with 16 additions and 2 deletions

View File

@ -1483,6 +1483,20 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</component>
<!-- ************************************************************************* -->
<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>
@ -1491,7 +1505,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>
<description>
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>.
</description>
@ -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>
<description>
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>.
</description>