-
Notifications
You must be signed in to change notification settings - Fork 3
/
defconfig.ini
44 lines (42 loc) · 928 Bytes
/
defconfig.ini
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
[MOTION-SENSE]
skip=true
save-file=true
perform-analysis=false
[SCOOTER-TRAJECTORIES]
skip=false
# Generation settings
load-original-data=false
load-generated-data=true
chunk-size=100
max-chunk-num
# Analysis settings
rental-num-to-analyze=200
only-north=true
# Load data already generated from generated folders
perform-heuristic=false
group-on-timedelta=false
timedelta
spreaddelta
edgedelta
# Clustering
# Best n-clusters: {"all": 3, "N-E": 6, "N-W": 5, "S-E": 7, "S-W": 5}
perform-clustering=false
n-clusters=5
with-pca=true
with-standardization=true
with-normalization=true
with-unit-norm=true
# Data analysis and graphics
perform-data-analysis=false
perform-heuristic-analysis=false
perform-map=false
# Deep Clustering
# decoder-type=autoregressive|addons|simple
decoder-type=autoregressive
moving-behavior-extraction=false
perform-dl-clustering=true
on-moving-behavior=false
epoch=10
latent-dim=2
hidden-dim
exam=false