smartcore 0.5.0

Machine Learning in Rust.
Documentation
1
2
3
4
5
6
7
8
/// `Array`, `ArrayView` and related multidimensional
pub mod arrays;

/// foundamental implementation for a `DenseMatrix` construct
pub mod matrix;

/// foundamental implementation for 1D constructs
pub mod vector;