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
9e2423b3
Commit
9e2423b3
authored
Aug 26, 2012
by
Davis King
Browse files
updated docs
parent
46c00173
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
docs/docs/ml.xml
docs/docs/ml.xml
+18
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/ml.xml
View file @
9e2423b3
...
...
@@ -127,6 +127,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<item>
find_clusters_using_kmeans
</item>
<item>
vector_normalizer
</item>
<item>
vector_normalizer_pca
</item>
<item>
sammon_projection
</item>
</section>
<section>
<name>
Semi-Supervised
</name>
...
...
@@ -664,6 +665,23 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>
sammon_projection
</name>
<file>
dlib/statistics.h
</file>
<spec_file
link=
"true"
>
dlib/statistics/sammon_abstract.h
</spec_file>
<description>
This is a function object that computes the Sammon projection of a set
of N points in a L-dimensional vector space onto a d-dimensional space
(d
<
L), according to the paper:
<blockquote>
A Nonlinear Mapping for Data Structure Analysis (1969) by J.W. Sammon
</blockquote>
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
9e2423b3
...
...
@@ -301,6 +301,7 @@
<term
file=
"ml.html"
name=
"vector_normalizer"
/>
<term
file=
"ml.html"
name=
"vector_normalizer_pca"
/>
<term
file=
"ml.html"
name=
"discriminant_pca"
/>
<term
file=
"ml.html"
name=
"sammon_projection"
/>
<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"
/>
...
...
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