rusty_science 0.1.1

An easy to learn and use ML toolkit for rust
Documentation
1
2
3
4
5
6
7
pub mod knn;
pub mod tree;
pub mod perceptron;

pub use knn::*;
pub use tree::*;
pub use perceptron::*;