Commit 77561ca1 authored by Davis King's avatar Davis King

Grammar

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402394
parent 850d9058
...@@ -85,7 +85,7 @@ int main() ...@@ -85,7 +85,7 @@ int main()
samples[i] = pointwise_multiply(samples[i] - m, sd); samples[i] = pointwise_multiply(samples[i] - m, sd);
// This is another thing that is often good to do from a numerical stability point of view. // This is another thing that is often good to do from a numerical stability point of view.
// In our case it doesn't really matter. // However, in our case it doesn't really matter.
randomize_samples(samples,labels); randomize_samples(samples,labels);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment