kneed 0.3.0

Pure rust implementation of Knee-point detection
Documentation
1
2
3
4
5
6
7
pub mod knee_locator;

#[cfg(all(feature = "testing", test))]
mod data_generator;

#[cfg(test)]
mod shape_detector;