This package provides low level bindings to libsvm for Haskell using bindings-DSL. libsvm is a popular C++ library for Support Vector Machines, providing both classification and regression models.
cabal update
cabal install bindings-svm
You can report bugs at the issue tracker.
Special thanks are due to Mauricio Antunes for his guidance in creating these bindings.