mirror of https://github.com/davisking/dlib.git
Fixed grammar.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403595
This commit is contained in:
parent
7e460a05e4
commit
89ad150f53
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue