svm-simple

Medium level, simplified, bindings to libsvm

http://github.com/aleator/Simple-SVM

Latest on Hackage:0.2.7.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

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.7.1

  • Bumped dependencies

Changes in version 0.2.7

  • Added more automatic training functions

Changes in version 0.2.6.1

  • Bumped dependencies

Changes in version 0.2.6

  • Fixed a critical bug with training and crossvalidation

  • Slight performance improvements

Changes in version 0.2.5

  • Crossvalidation for the high level interface

Changes in version 0.2.2

  • Rather ugly binary instances

Changes in version 0.2.1

  • Added operations for saving and loading SVMs

Changes in version 0.2.0

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

Changes in version 0.1

  • Initial version