Commit 5c057975 authored by Davis King's avatar Davis King

Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403630
parent e16ea2eb
......@@ -141,7 +141,7 @@ int main()
// create a new dataset with two concentric circles. There will be 1000 points on each circle.
generate_concentric_circles(samples, labels, 1000);
// Rather than using all 2000 samples as basis samples we are going to use the
// Rather than use all 2000 samples as basis samples we are going to use the
// linearly_independent_subset_finder to pick out 20 good basis samples. The idea behind this
// object is to try and find the 20 samples that best span the subspace which contains all the
// data.
......
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