Skip to content

genotrance/libsvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project is a Nim wrapper for the libsvm library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages