summaryrefslogtreecommitdiffstats
path: root/benchmarks/vptree_knn_bench.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Benchmarking programsDouglas B. Rumbaugh2024-01-151-58/+0
|
* KNN Benches: added k as an optional cmdline argumentDouglas Rumbaugh2023-07-251-5/+4
|
* Benchmarks: mtree and vptree benchmark updatesDouglas Rumbaugh2023-07-251-1/+1
| | | | | | | | | Note: cosine similarity doesn't seem to work for VPTree--I don't think that it is actually a metric, upon further research. At the very least I can't find anyone claiming it is, and I've found several people claiming it isn't. On testing with the Word2Vec data, Euclidean distance works insofar as the M-Tree and VPTree return the same KNN results for test queries, whereas Cosine Similarity does not work.
* M-Tree benchmarksDouglas Rumbaugh2023-07-241-2/+1
|
* Benchmarking: Added utility functions for VPTree/KNNDouglas Rumbaugh2023-07-231-0/+60