svm 0.1.5

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

- Added compatibility with PHP 5.4 - thanks Rasmus!
- Added getLabel, getNrClasses, getLabels, and checkSvrProbability to SVMModel class.