diff --git a/docs/docs/algorithms.xml b/docs/docs/algorithms.xml index 6fa2b542d..6dbef82a2 100644 --- a/docs/docs/algorithms.xml +++ b/docs/docs/algorithms.xml @@ -937,7 +937,8 @@

Trains a probabilistic_decision_function using - some sort of trainer object such as the svm_nu_trainer. + some sort of trainer object such as the svm_nu_trainer or + rbf_network_trainer.

The probability model is created by using the technique described in the paper:
@@ -1181,6 +1182,9 @@ reduced_decision_function_trainer2 objects. + + svm_ex.cpp.html + @@ -1205,6 +1209,9 @@ to further improve the results.

+ + svm_ex.cpp.html + @@ -1216,7 +1223,7 @@ dlib/svm/svm_abstract.h Performs k-fold cross validation on a user supplied trainer object such - as the svm_nu_trainer. + as the svm_nu_trainer or rbf_network_trainer. svm_ex.cpp.html