/Simple-SVM

Simplified interface to bindings-svm

Primary LanguageHaskellOtherNOASSERTION

Simple SVM
==========

Simple SVM is a small project to make good quality haskell bindings for libsvm

Current Status
--------------

Currently this is a preliminary version, which might change quite drastically in the future.

How to use?
-----------

See the Examples/Plot.hs and Examples/PlotOneClass.hs for simple 2D examples. They produce
graphics and require Diagrams-lib to function