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
Version | Release | Download |
0.2.3 | 2018-08-20 | svm-0.2.3.tgz |
0.2.2 | 2018-08-19 | svm-0.2.2.tgz |
0.2.1 | 2018-08-19 | svm-0.2.1.tgz |
0.2.0 | 2018-08-19 | svm-0.2.0.tgz |
0.1.9 | 2012-11-23 | svm-0.1.9.tgz |
Version | Message |
0.2.3 |
- Fixed lib dir evaluation in config.m4 (Remi Collet) - Fixed phpinfo() crash (Remi Collet, Anatol) |
0.2.2 | - Fixed compilation with bundled libsvm through pecl |
0.2.1 | - Fix package.xml which was missing config.w32 |
0.2.0 |
- Fixed PHP 7 compatibility. (@echobot, Anatol) - Bundled libsvm. External libsvm is still preferred, if installed. (Anatol) |
0.1.9 |
- Verified works with 3.14 - Fixed option return format - Removed unused variable |