libsvm

libsvm wrapper for Nim


Keywords
scientific, svm, vector, c2nim, libsvm, nim, nimble, nimgen
License
MIT
Install
nimble install libsvm

Documentation

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.