ml-distance 0.2.3

Distance-based methods for vector comparison and analysis. (Porting of the JS/TS pkg `ml-distance` to Rust)
Documentation
1
2
3
4
5
6
7
// Used to test the results of the functions with a specific precision
#[allow(unused_imports)] // to fix the wtf warning
#[macro_use]
extern crate approx;

pub mod distance;
pub mod similarity;