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
9e2423b3
Commit
9e2423b3
authored
Aug 27, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
46c00173
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
ml.xml
docs/docs/ml.xml
+18
-0
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