Skip to main content

Crate libsvm_rs

Crate libsvm_rs 

Source
Expand description

§libsvm-rs

A pure Rust reimplementation of LIBSVM, targeting numerical equivalence and model-file compatibility with the original C++ library.

§Status

Early development — core types and I/O are being implemented. Training and prediction are not yet available.

§Feature Flags

  • rayon — Enable parallel cross-validation (off by default).

Re-exports§

pub use error::SvmError;
pub use types::*;

Modules§

error
types