Fixed typo in a comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402725
This commit is contained in:
Davis King 2008-12-12 20:04:14 +00:00
parent f672e45459
commit 22770e2937
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ int main()
// going to learn.
funct_type learned_function;
learned_function.normalizer = normalizer; // save normalization information
learned_function.function = trainer.train(samples, labels); // perform the actual SVM training and save the results
learned_function.function = trainer.train(samples, labels); // perform the actual RVM training and save the results
// print out the number of support vectors in the resulting decision function
cout << "\nnumber of support vectors in our learned_function is "