rust-cv / space

Spatial library for Rust
MIT License
39 stars 4 forks source link

Easy k-NN queries #18

Closed vadixidav closed 4 years ago

vadixidav commented 5 years ago

It should be possible to easily query k-NN. Even if this is possible indirectly through abstractions, convenience helpers should be provided to make the operation trivial and said trivial operation should be documented here, documented in the code, and have associated tests.