Fixed typo in comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403174
This commit is contained in:
Davis King 2009-08-30 14:10:42 +00:00
parent 3b7a193425
commit e1fef7b968

View File

@ -128,8 +128,8 @@ int main()
// Now to begin with, you might want to compute the cross validation score of a trainer object
// on your data. To do this you should use the batch_cached() function to convert the svm_pegasos object
// into a batch training object. Note that the second argument to batch() is the minimum
// learning rate the trainer object must report for the batch() function to consider training
// into a batch training object. Note that the second argument to batch_cached() is the minimum
// learning rate the trainer object must report for the batch_cached() function to consider training
// complete. So smaller values of this parameter cause training to take longer but may result
// in a more accurate solution.
// Here we perform 4-fold cross validation and print the results