summaryrefslogtreecommitdiffstats
path: root/src/metric/kd.rs
Commit message (Expand)AuthorAgeFilesLines
* Use the acap nearest neighbors implementationHEADmasterTavian Barnes2020-06-241-224/+0
* metric: Relax Distances to have only a partial orderTavian Barnes2020-05-051-4/+2
* metric/kd: Flatten the tree representationTavian Barnes2020-05-021-59/+54
* metric/kd: Prune k-d tree searches more aggressivelyTavian Barnes2020-05-021-51/+65
* metric/kd: Implement k-d treesTavian Barnes2020-05-021-0/+217