diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-05-28 14:39:08 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-24 10:02:22 -0400 |
commit | 911ec5008fd78d726cd62768069fa5dbfb4212c0 (patch) | |
tree | 10600dee186d3bfdd58ce7b17919fe0c2aaa1035 /Cargo.toml | |
parent | 37cc3288e4fd168ba631c8f7e63df7537fb33b8d (diff) | |
download | acap-911ec5008fd78d726cd62768069fa5dbfb4212c0.tar.xz |
distance: Implement abstract distances, proximities, metrics
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,3 +10,4 @@ keywords = ["ann", "knn", "nearest-neighbors"] categories = ["algorithms", "data-structures"] [dependencies] +num-traits = "0.2.11" |