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
be287864
Commit
be287864
authored
Dec 08, 2014
by
Davis King
Browse files
Fixed spelling error in spec
parent
0e259c40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/statistics/lda_abstract.h
dlib/statistics/lda_abstract.h
+1
-1
No files found.
dlib/statistics/lda_abstract.h
View file @
be287864
...
@@ -37,7 +37,7 @@ namespace dlib
...
@@ -37,7 +37,7 @@ namespace dlib
returns a linear transform that maps the input vectors into a new space that
returns a linear transform that maps the input vectors into a new space that
is good for distinguishing between the different classes. In particular,
is good for distinguishing between the different classes. In particular,
this function finds matrices Z and M such that:
this function finds matrices Z and M such that:
- Given an put vector x, Z*x-M, is the transformed version of x. That is,
- Given an
in
put vector x, Z*x-M, is the transformed version of x. That is,
Z*x-M maps x into a space where x vectors that share the same class label
Z*x-M maps x into a space where x vectors that share the same class label
are near each other.
are near each other.
- Z*x-M results in the transformed vectors having zero expected mean.
- Z*x-M results in the transformed vectors having zero expected mean.
...
...
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