Commit 78088d40 authored by Davis King's avatar Davis King

fixed typo in spec

parent 7bb67fc1
...@@ -97,7 +97,7 @@ namespace dlib ...@@ -97,7 +97,7 @@ namespace dlib
train. You can think of this epsilon value as saying "solve the train. You can think of this epsilon value as saying "solve the
optimization problem until the average ranking accuracy is within epsilon optimization problem until the average ranking accuracy is within epsilon
of its optimal value". Here we mean "ranking accuracy" in the same sense of its optimal value". Here we mean "ranking accuracy" in the same sense
used by test_ranking_function() and cross_validate_multiclass_trainer(). used by test_ranking_function() and cross_validate_ranking_trainer().
!*/ !*/
unsigned long get_max_iterations ( unsigned long get_max_iterations (
......
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