Clarified some comments.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402755
This commit is contained in:
Davis King 2008-12-25 00:29:34 +00:00
parent a146d6d757
commit a42e7fa8fa
1 changed files with 3 additions and 3 deletions

View File

@ -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.
!*/