p package:HSvm

Predict a value for Vector by using Model
Inhomogeneous polynomial function
SVM problem is a list of maps from training vectors to 1.0 or -1.0
eps-SVR algorithm
Extra parameters of SVM implementation
Kernel function for SVM algorithm.
Wrapper to change the libsvm output reporting function. libsvm by default writes some statistics to stdout. If you don't want any output from libsvm, you can do e.g.:
>>> withPrintFn (\_ -> return ()) $ train (NuSvc 0.25) (RBF 1) feats