Adds CoverTree implementation

This commit is contained in:
Volodymyr Orlov
2019-09-23 20:54:21 -07:00
parent 3efd078034
commit 874d528f58
6 changed files with 333 additions and 124 deletions
+3 -1
View File
@@ -1 +1,3 @@
pub mod distance;
pub mod distance;
pub static small_e:f64 = 0.000000001f64;