rusty_science 0.1.1

An easy to learn and use ML toolkit for rust
Documentation
1
2
3
4
5
6
7
// crate specific util functions
pub(crate) mod utils;
#[cfg(test)]
pub(crate) mod test_utils;
pub(crate) mod knn;
pub(crate) mod custom_panics;