evoc-rs 0.2.6

Rust port of the EVoC clustering algorithm for high dimensional data
Documentation
1
2
3
4
5
//! Nearest neighbour algorithms from `ann-search-rs`

pub mod nearest_neighbour_cpu;
#[cfg(feature = "gpu")]
pub mod nearest_neighbour_gpu;