libsvm

This project is a Nim wrapper for the libsvm library

Pure Nim score 15/100 · last commit 2020-01-31 · 2 stars · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Stars 2
Forks 1
Open Issues 0
Last Commit 2020-01-31
Downloads 0
Last Indexed 2026-07-22 05:29

Installation

nimble install libsvm
choosenim install libsvm
git clone https://github.com/genotrance/libsvm

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
libsvm - - - - - - -

Source

Repository https://github.com/genotrance/libsvm
Homepage https://github.com/genotrance/libsvm
Registry Source github

README

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.