svm 0.1.4

Support Vector Machine Library


LibSVM is an efficient solver for SVM classification and regression problems. The svm extension wraps this in a PHP interface for easy use in PHP scripts.

License: BSD 3-clause

Changes

Replaced predict_probability function with predict_probabilities that more closely
mirrors the underlying API.