We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8748802 commit 07c9a5eCopy full SHA for 07c9a5e
README.md
@@ -1 +1,14 @@
1
-# Approximate-Nearest-Neighbor-Framework
+# Approximate-Nearest-Neighbor-Framework
2
+
3
4
+# DEMO RUN
5
6
+bash compile.sh
7
+bash run.sh sample_inputs/sample4.in sample_outputs/sample4.out
8
9
+# DEMO CONSOLE OUTPUT
10
11
+Total euclidean time: 0.458
12
+Total HNSW time: 0.017
13
+Total cosine similarity time: 0.097
14
+Total cosine similarity with normalization time: 0.045
0 commit comments