Commit e1fef7b9 authored by Davis King's avatar Davis King

Fixed typo in comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403174
parent 3b7a1934
......@@ -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
......
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