mirror of https://github.com/davisking/dlib.git
fixed typo in spec
This commit is contained in:
parent
7bb67fc1d9
commit
78088d40a0
|
@ -97,7 +97,7 @@ namespace dlib
|
|||
train. You can think of this epsilon value as saying "solve the
|
||||
optimization problem until the average ranking accuracy is within epsilon
|
||||
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 (
|
||||
|
|
Loading…
Reference in New Issue