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
f4221249
Commit
f4221249
authored
Jan 13, 2013
by
Davis King
Browse files
updated docs
parent
fd9ed739
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
docs/docs/linear_algebra.xml
docs/docs/linear_algebra.xml
+4
-0
docs/docs/ml.xml
docs/docs/ml.xml
+15
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/linear_algebra.xml
View file @
f4221249
...
...
@@ -189,6 +189,10 @@
<name>
svd3
</name>
<link>
dlib/matrix/matrix_la_abstract.h.html#svd3
</link>
</item>
<item>
<name>
svd_fast
</name>
<link>
dlib/matrix/matrix_la_abstract.h.html#svd_fast
</link>
</item>
<item>
<name>
det
</name>
<link>
dlib/matrix/matrix_la_abstract.h.html#det
</link>
...
...
docs/docs/ml.xml
View file @
f4221249
...
...
@@ -137,6 +137,7 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<item>
vector_normalizer
</item>
<item>
vector_normalizer_pca
</item>
<item>
sammon_projection
</item>
<item>
cca
</item>
</section>
<section>
<name>
Semi-Supervised
</name>
...
...
@@ -609,6 +610,20 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
</component>
<!-- ************************************************************************* -->
<component>
<name>
cca
</name>
<file>
dlib/statistics.h
</file>
<spec_file
link=
"true"
>
dlib/statistics/cca_abstract.h
</spec_file>
<description>
This function performs a canonical correlation analysis between two sets
of vectors. Additionally, it is designed to be very fast, even for large
datasets of over a million high dimensional vectors.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
f4221249
...
...
@@ -332,6 +332,7 @@
<term
file=
"ml.html"
name=
"vector_normalizer_pca"
/>
<term
file=
"ml.html"
name=
"discriminant_pca"
/>
<term
file=
"ml.html"
name=
"sammon_projection"
/>
<term
file=
"ml.html"
name=
"cca"
/>
<term
file=
"dlib/statistics/dpca_abstract.h.html"
name=
"discriminant_pca_error"
/>
<term
file=
"ml.html"
name=
"kkmeans"
/>
<term
file=
"ml.html"
name=
"find_clusters_using_kmeans"
/>
...
...
@@ -488,6 +489,7 @@
<term
link=
"dlib/matrix/matrix_la_abstract.h.html#svd"
name=
"singular value decomposition"
/>
<term
file=
"dlib/matrix/matrix_la_abstract.h.html"
name=
"svd2"
/>
<term
file=
"dlib/matrix/matrix_la_abstract.h.html"
name=
"svd3"
/>
<term
file=
"dlib/matrix/matrix_la_abstract.h.html"
name=
"svd_fast"
/>
<term
file=
"dlib/matrix/matrix_la_abstract.h.html"
name=
"det"
/>
<term
file=
"dlib/matrix/matrix_la_abstract.h.html"
name=
"trace"
/>
<term
file=
"dlib/matrix/matrix_la_abstract.h.html"
name=
"chol"
/>
...
...
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