(PECL svm >= 0.1.4)
Return class probabilities for previous unseen data
public float SVMModel::predict_probability ( array $data )
This function accepts an array of data and attempts to predict the class, as with the predict function. Additionally, however, this function returns an array of probabilities, one per class in the model, which represent the estimated chance of the data supplied being a member of that class. Re