-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathad2c_demo.config
53 lines (38 loc) · 1.03 KB
/
ad2c_demo.config
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
50
51
52
53
####################################################################
## Sample configuration file (Parser to be implemented)
## Format see https://docs.python.org/2/library/configparser.html
[AD2c]
# binary
executable=./d2
# number of processers
cpus=8
# type of measure data:
# {EuclideanDist,Word2Vec,DenseHistogram,SparseHistogram}
data=
# input file
input=./data/mountaindat.d2
# size of sample
size=2000
# meta file (if <phases>=1, otherwise leave it default)
meta=
# output file prefix
output=
# number of clusters
clusters=10
# number of phases (default: only one phase)
phases=2
# dimensions of individual phases
dims=3,3
# number of supps in centroids (typically set to the
# averaged or upper-bounding number of supps)
supps=6,8
# preprocess option for some specific data types: {Yes,No}
preprocess=No
# triangle inequality enabled
triangle=Yes
# max number of outer iterations (default if not known)
max_iter=
# data processing mode: {Yes,No}
is_test_data=No
# centroid file to load, if <is_test_data>=Yes
centroid=out_c.d2