Commit abc86877 authored by Davis King's avatar Davis King

Updated example to use new ekm.load(lisf) function.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403617
parent 3cbbd6b3
......@@ -153,7 +153,7 @@ int main()
// Now reload the empirical_kernel_map but this time using only our 20 basis samples
// selected using the linearly_independent_subset_finder.
cout << "\n\nBuilding an empirical_kernel_map with " << lisf.dictionary_size() << " basis samples." << endl;
ekm.load(kern, lisf.get_dictionary());
ekm.load(lisf);
cout << "Test the empirical_kernel_map when loaded with samples from the lisf object." << endl;
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