From 78088d40a0fa719974f0cf19745be34bee75c321 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 22 Apr 2014 20:18:58 -0400 Subject: [PATCH] fixed typo in spec --- dlib/svm/svm_rank_trainer_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/svm/svm_rank_trainer_abstract.h b/dlib/svm/svm_rank_trainer_abstract.h index cdd5457ee..8c6cfa565 100644 --- a/dlib/svm/svm_rank_trainer_abstract.h +++ b/dlib/svm/svm_rank_trainer_abstract.h @@ -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 (