Fixed spelling error in spec

This commit is contained in:
Davis King 2014-12-08 17:37:48 -05:00
parent 0e259c4009
commit be287864c1

View File

@ -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.