From d3c26551262292b15723821fdeb59a0095d937ad Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 17 Jan 2013 20:33:57 -0500 Subject: [PATCH] updated docs --- docs/docs/ml.xml | 30 ++++++++++++++++++++++++++++++ docs/docs/term_index.xml | 2 ++ 2 files changed, 32 insertions(+) diff --git a/docs/docs/ml.xml b/docs/docs/ml.xml index 87b02a646..59af49c75 100644 --- a/docs/docs/ml.xml +++ b/docs/docs/ml.xml @@ -249,6 +249,7 @@ Davis E. King. + + + + learn_platt_scaling + dlib/svm.h + dlib/svm/svm_abstract.h + + +

+ This function is an implementation of the algorithm described in the following + papers: +

+ Probabilistic Outputs for Support Vector Machines and Comparisons to + Regularized Likelihood Methods by John C. Platt. March 26, 1999 +
+
+ A Note on Platt's Probabilistic Outputs for Support Vector Machines + by Hsuan-Tien Lin, Chih-Jen Lin, and Ruby C. Weng +
+

+

+ This function is the tool used to implement the + train_probabilistic_decision_function routine. +

+ + + + + diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 567276d1d..b248480bb 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -38,6 +38,8 @@ + +