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
cd649454
Commit
cd649454
authored
Aug 27, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed grammar
parent
5e751337
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sammon_abstract.h
dlib/statistics/sammon_abstract.h
+2
-2
No files found.
dlib/statistics/sammon_abstract.h
View file @
cd649454
...
@@ -54,7 +54,7 @@ namespace dlib
...
@@ -54,7 +54,7 @@ namespace dlib
num_dims dimensional space that preserves relative distances between the
num_dims dimensional space that preserves relative distances between the
input data points.
input data points.
- This function returns a std::vector, OUT, such that:
- This function returns a std::vector, OUT, such that:
- OUT == a set of column vectors that represent the Sammon
's
projection of
- OUT == a set of column vectors that represent the Sammon projection of
the input data vectors.
the input data vectors.
- OUT.size() == data.size()
- OUT.size() == data.size()
- for all valid i:
- for all valid i:
...
@@ -100,7 +100,7 @@ namespace dlib
...
@@ -100,7 +100,7 @@ namespace dlib
or the change in error from one iteration to the next is less than err_delta.
or the change in error from one iteration to the next is less than err_delta.
- Upon completion, the output of Sammon's projection is stored into #result, in
- Upon completion, the output of Sammon's projection is stored into #result, in
particular, we will have:
particular, we will have:
- #result == a set of column vectors that represent the Sammon
's
projection of
- #result == a set of column vectors that represent the Sammon projection of
the input data vectors.
the input data vectors.
- #result.size() == data.size()
- #result.size() == data.size()
- for all valid i:
- for all valid i:
...
...
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