No description
Find a file
Ganesh Viswanathan ee8e0cbda7 Add docs
2019-07-16 22:02:19 -05:00
tests Cleanup tests 2018-11-01 15:25:56 -05:00
.gitignore Cleanup tests 2018-11-01 15:25:56 -05:00
libsvm.nim Add docs 2019-07-16 22:02:19 -05:00
libsvm.nimble Add docs 2019-07-16 22:02:19 -05:00
LICENSE Initial version 2018-01-10 22:04:40 -06:00
README.md Add docs 2019-07-16 22:02:19 -05:00

This project is a Nim wrapper for the libsvm library.

It is distributed as a Nimble package and depends on nimterop to generate the wrappers. The libsvm source code is downloaded using Git so having git in the path is required.

Installation

This package can be installed via Nimble:

> nimble install libsvm

This will download, wrap and install the libsvm wrapper in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.

Usage

Module documentation can be found here.

import libsvm

echo LIBSVM_VERSION

Credits

This project wraps the libsvm source code and all licensing terms of libsvm apply to the usage of this package.

Feedback

This project is a work in progress and any feedback or suggestions are welcome. It is hosted on GitHub with an MIT license so issues, forks and PRs are most appreciated.