Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
845391d0
Commit
845391d0
authored
Nov 23, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some typos in docs. There was also a missing component block for
sparse_linear_kernel.
parent
6ffe8d79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
ml.xml
docs/docs/ml.xml
+16
-2
No files found.
docs/docs/ml.xml
View file @
845391d0
...
...
@@ -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>
<name>
sparse_polynomial_kernel
</name>
<file>
dlib/svm.h
</file>
<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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment