mirror of https://github.com/davisking/dlib.git
Clarified some comments.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402755
This commit is contained in:
parent
a146d6d757
commit
a42e7fa8fa
|
@ -168,10 +168,10 @@ namespace dlib
|
|||
|
||||
WHAT THIS OBJECT REPRESENTS
|
||||
This object represents something that can learn to normalize a set
|
||||
of vectors. In particular, normalized vectors should have zero
|
||||
mean and a variance of one.
|
||||
of column vectors. In particular, normalized column vectors should
|
||||
have zero mean and a variance of one.
|
||||
|
||||
Also, if desired, this object can also use principal component
|
||||
Also, if desired, this object can use principal component
|
||||
analysis for the purposes of reducing the number of elements in a
|
||||
vector.
|
||||
!*/
|
||||
|
|
Loading…
Reference in New Issue