@hackage svm-simple0.2.5

Medium level, simplified, bindings to libsvm

This is a set of simplified bindings to libsvm http://www.csie.ntu.edu.tw/~cjlin/libsvm/ suite of support vector machines. This package provides tools for classification, one-class classification and support vector regression.

Changes in version 0.2.5

  • Crossvalidation for the high level interface

Changes in version 0.2.2

  • Rather ugly binary instances

  • Exporting SVM types

Changes in version 0.2.1

  • Added operations for saving and loading SVMs to the Simple-interface.

Changes in version 0.2.0

  • Moved the low level stuff into AI.SVM.Base

Changes in version 0.1

  • Initial version