Crates.io | libsvm |
lib.rs | libsvm |
version | 0.4.0 |
source | src |
created_at | 2020-04-19 18:34:23.260708 |
updated_at | 2022-02-28 21:58:10.831457 |
description | High level Rust bindings for libsvm |
homepage | |
repository | https://github.com/jerry73204/libsvm-rust |
max_upload_size | |
id | 231988 |
size | 41,869 |
The crate provides high level API for cjlin1's libsvm, which is based on Yu Wei Wu's libsvm-sys.
Add this crate your Cargo.toml
.
[dependencies]
libsvm = "0.3"
For example, if you would like to enable nalgebra support, add the feature in your Cargo.toml
.
libsvm = { version = "0.3", features = ["with-nalgebra"] }
The crate is licensed under BSD-3-clause. You can see the license file included in the repository.
The crate links the work from Chih-Chung Chang and Chih-Jen Lin. The upstream libsvm
license can be found in licenses
directory. Here is the citation text to respect
their contribution.
Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support
vector machines. ACM Transactions on Intelligent Systems and
Technology, 2:27:1--27:27, 2011. Software available at
http://www.csie.ntu.edu.tw/~cjlin/libsvm