mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed spelling error in spec
This commit is contained in:
parent
0e259c4009
commit
be287864c1
@ -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 input 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user