feat: adds dataset module, fixs problem in CoverTree implementation

This commit is contained in:
Volodymyr Orlov
2020-09-10 12:21:59 -07:00
parent cc1f84e81f
commit b95e11cc98
9 changed files with 598 additions and 394 deletions
+2 -1
View File
@@ -5,9 +5,10 @@ authors = ["SmartCore Developers"]
edition = "2018"
[features]
default = []
default = ["datasets"]
ndarray-bindings = ["ndarray"]
nalgebra-bindings = ["nalgebra"]
datasets = []
[dependencies]
ndarray = { version = "0.13", optional = true }