Commit 89ad150f authored by Davis King's avatar Davis King

Fixed grammar.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403595
parent 7e460a05
...@@ -130,7 +130,7 @@ int main() ...@@ -130,7 +130,7 @@ int main()
// Here we create an empirical_kernel_map using all of our data samples as basis samples. // 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); ekm.load(kern, samples);
cout << "Test the empirical_kernel_map when loaded with every sample." << endl; cout << "Test the empirical_kernel_map when loaded with every sample." << endl;
test_empirical_kernel_map(samples, labels, ekm); test_empirical_kernel_map(samples, labels, ekm);
......
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