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
f829ad63
Commit
f829ad63
authored
Nov 06, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
b9149a5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
5 deletions
+19
-5
ml.xml
docs/docs/ml.xml
+17
-5
term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/ml.xml
View file @
f829ad63
...
...
@@ -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>
...
...
docs/docs/term_index.xml
View file @
f829ad63
...
...
@@ -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"
/>
...
...
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