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
7c95a2ac
Commit
7c95a2ac
authored
Aug 29, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gave the sparse vectors their own block in the documentation. This
way it is obvious what file to #include to get them.
parent
bb59a325
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
+16
-5
ml.xml
docs/docs/ml.xml
+15
-4
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"
<item>
find_gamma_with_big_centroid_gap
</item>
<item>
compute_mean_squared_distance
</item>
<item>
kernel_matrix
</item>
<item>
<name>
sparse vectors
</name>
<link>
dlib/svm/sparse_vector_abstract.h.html#sparse_vectors
</link>
</item>
<item>
sparse vectors
</item>
...
...
@@ -977,6 +974,20 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</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>
...
...
docs/docs/term_index.xml
View file @
7c95a2ac
...
...
@@ -267,7 +267,7 @@
<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_polynomial_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