Fix grammar

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402382
This commit is contained in:
Davis King 2008-07-06 17:26:32 +00:00
parent 7a0447472a
commit 94f55bcaea

View File

@ -75,7 +75,7 @@ int main()
}
// Here we normalize all the samples by subtracting the mean and dividing by the standard deviation.
// Here we normalize all the samples by subtracting their mean and dividing by their standard deviation.
// This is generally a good idea since it often heads off numerical stability problems and also
// prevents one large feature from smothering others.
const sample_type m(mean(vector_to_matrix(samples))); // compute a mean vector