smartcore 0.4.10

Machine Learning in Rust.
Documentation
1
2
3
4
5
6
7
8
9
/// basic data structures for linear algebra constructs: arrays and views
pub mod basic;

/// traits associated to algebraic constructs
pub mod traits;

#[cfg(feature = "ndarray-bindings")]
/// ndarray bindings
pub mod ndarray;