Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403630
This commit is contained in:
Davis King 2010-05-16 17:44:26 +00:00
parent e16ea2eb32
commit 5c05797532
1 changed files with 1 additions and 1 deletions

View File

@ -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.