Improves Cover Tree implementation

This commit is contained in:
Volodymyr Orlov
2019-09-30 08:55:41 -07:00
parent 874d528f58
commit b8e1bf9a80
2 changed files with 200 additions and 43 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
pub mod distance;
pub static small_e:f64 = 0.000000001f64;
pub static SMALL_ERROR:f64 = 0.0000000000000001f64;