Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403595
This commit is contained in:
Davis King 2010-05-12 23:48:52 +00:00
parent 7e460a05e4
commit 89ad150f53
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ int main()
// Here we create an empirical_kernel_map using all of our data samples as basis samples.
cout << "\n\nBuilding an empirical_kernel_map " << samples.size() << " basis samples." << endl;
cout << "\n\nBuilding an empirical_kernel_map with " << samples.size() << " basis samples." << endl;
ekm.load(kern, samples);
cout << "Test the empirical_kernel_map when loaded with every sample." << endl;
test_empirical_kernel_map(samples, labels, ekm);