From 94f55bcaea2d9543ab01d5a3141e82642abbe283 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 6 Jul 2008 17:26:32 +0000 Subject: [PATCH] Fix grammar --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402382 --- examples/rank_features_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rank_features_ex.cpp b/examples/rank_features_ex.cpp index 1c7b0911d..9b73f217d 100644 --- a/examples/rank_features_ex.cpp +++ b/examples/rank_features_ex.cpp @@ -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