From d3c26551262292b15723821fdeb59a0095d937ad Mon Sep 17 00:00:00 2001
From: Davis King
+ 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. +
+ + + + +