diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml index 3ddef4827..3e88b091a 100644 --- a/docs/docs/ml.xml +++ b/docs/docs/ml.xml @@ -141,12 +141,14 @@ Davis E. King. Validation cross_validate_trainer + cross_validate_object_detection_trainer cross_validate_trainer_threaded cross_validate_multiclass_trainer cross_validate_regression_trainer test_binary_decision_function test_multiclass_decision_function test_regression_function + test_object_detection_function
@@ -2032,6 +2034,34 @@ Davis E. King. + + + + cross_validate_object_detection_trainer + dlib/svm.h + dlib/svm/cross_validate_object_detection_trainer_abstract.h + + Performs k-fold cross validation on a user supplied object detection trainer such + as the structural_object_detection_trainer + and returns the precision and recall. + + + + + + + + test_object_detection_function + dlib/svm.h + dlib/svm/cross_validate_object_detection_trainer_abstract.h + + Tests an object detector such + as the object_detector + and returns the precision and recall. + + + + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index c2803ab89..1dff5896d 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -220,10 +220,12 @@ + +