Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
7c95a2ac
Commit
7c95a2ac
authored
Aug 29, 2011
by
Davis King
Browse files
Gave the sparse vectors their own block in the documentation. This
way it is obvious what file to #include to get them.
parent
bb59a325
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
docs/docs/ml.xml
docs/docs/ml.xml
+15
-4
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-1
No files found.
docs/docs/ml.xml
View file @
7c95a2ac
...
@@ -210,10 +210,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
...
@@ -210,10 +210,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>
find_gamma_with_big_centroid_gap
</item>
<item>
find_gamma_with_big_centroid_gap
</item>
<item>
compute_mean_squared_distance
</item>
<item>
compute_mean_squared_distance
</item>
<item>
kernel_matrix
</item>
<item>
kernel_matrix
</item>
<item>
<item>
sparse vectors
</item>
<name>
sparse vectors
</name>
<link>
dlib/svm/sparse_vector_abstract.h.html#sparse_vectors
</link>
</item>
...
@@ -977,6 +974,20 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
...
@@ -977,6 +974,20 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
</component>
<!-- ************************************************************************* -->
<component>
<name>
sparse vectors
</name>
<file>
dlib/svm.h
</file>
<spec_file>
dlib/svm/sparse_vector_abstract.h
</spec_file>
<description>
In dlib, sparse vectors are represented using the container objects
in the C++ STL. This file defines various useful functions for operating
on these sparse vectors.
</description>
</component>
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
...
...
docs/docs/term_index.xml
View file @
7c95a2ac
...
@@ -267,7 +267,7 @@
...
@@ -267,7 +267,7 @@
<term
file=
"ml.html"
name=
"radial_basis_kernel"
/>
<term
file=
"ml.html"
name=
"radial_basis_kernel"
/>
<term
file=
"
dlib/svm/sparse_vector_abstract.h
.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_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"
/>
...
...
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