forked from erikbern/ann-benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.yaml
51 lines (49 loc) · 1.11 KB
/
db.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Annotations for frontend website
datasets:
sifette:
metric: "euclidean"
dimensions: 128
datapoints: 10000
querypoints: 50
sifette2:
metric: "euclidean"
dimensions: 128
datapoints: 200000
querypoints: 50
sift:
metric: "euclidean"
dimensions: 128
datapoints: 1000000
querypoints: 10000
glove:
metric: "cosine"
dimensions: 100
datapoints: 1180000
querypoints: 10000
mnist:
metric: "euclidean"
dimensions: 100
datapoints: 1180000
querypoints: 10000
gist:
metric: "euclidean"
dimensions: 960
datapoints: 1000000
querypoints: 1000
aol:
metric: "jaccard"
datapoints: 10054184
querypoints: 50
flickr:
metric: "jaccard"
datapoints: 1235800
querypoints: 50
kosarek:
metric: "jaccard"
datapoints: 606770
querypoints: 50
algos:
ball:
desc: "BallTree implementation from ..."
kd:
desc: "Kd-tree implementation from ..."