mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fix grammar
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402382
This commit is contained in:
parent
7a0447472a
commit
94f55bcaea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user