summaryrefslogtreecommitdiffstats
path: root/benchmarks/mtree_knn_bench.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Benchmarking programsDouglas B. Rumbaugh2024-01-151-83/+0
|
* KNN Benches: added k as an optional cmdline argumentDouglas Rumbaugh2023-07-251-9/+4
|
* Benchmarks: mtree and vptree benchmark updatesDouglas Rumbaugh2023-07-251-4/+42
| | | | | | | | | 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-0/+50