svm 0.2.0

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

- Fixed PHP 7 compatibility. (@echobot, Anatol)
- Bundled libsvm. External libsvm is still preferred, if installed. (Anatol)