| Changelog for svm |
| Release |
What has changed? |
| 0.1.9 |
- Verified works with 3.14
- Fixed option return format
- Removed unused variable |
| 0.1.8 |
- Fixed GH#2 issue when loading data from a resource
- Modify include search path to start more generic |
| 0.1.6 |
- Added support for building on mac with libsvm via Brew |
| 0.1.5 |
- Added compatibility with PHP 5.4 - thanks Rasmus!
- Added getLabel, getNrClasses, getLabels, and checkSvrProbability to SVMModel class. |
| 0.1.4 |
Replaced predict_probability function with predict_probabilities that more closely
mirrors the underlying API. |
| 0.1.3 |
Added predict_probability function, thanks to Neel Upadhyaya |
| 0.1.2 |
Removed unnecessary 'weight' parameter
Made probability and shrinking boolean parameters |
| 0.1.1 |
Fixed issue with uninitialised nr_weights causing odd weighting errors
Fixed handling of deprecated model destroy function for libsvm 3.0 and above |
| 0.1.0 |
Initial packaging. |