Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 690 Bytes

README.markdown

File metadata and controls

28 lines (16 loc) · 690 Bytes

bindings-svm

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.

Installation

cabal update
cabal install bindings-svm

Bug Reports

You can report bugs at the issue tracker.

Acknowledgements

Special thanks are due to Mauricio Antunes for his guidance in creating these bindings.