mirror of https://github.com/davisking/dlib.git
Fixed typo in a comment.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402725
This commit is contained in:
parent
f672e45459
commit
22770e2937
|
@ -133,7 +133,7 @@ int main()
|
||||||
// going to learn.
|
// going to learn.
|
||||||
funct_type learned_function;
|
funct_type learned_function;
|
||||||
learned_function.normalizer = normalizer; // save normalization information
|
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
|
// print out the number of support vectors in the resulting decision function
|
||||||
cout << "\nnumber of support vectors in our learned_function is "
|
cout << "\nnumber of support vectors in our learned_function is "
|
||||||
|
|
Loading…
Reference in New Issue