-
Notifications
You must be signed in to change notification settings - Fork 185
/
rough-rules.txt
52 lines (46 loc) · 2.62 KB
/
rough-rules.txt
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
# Change the following variable in aad.sh before executing any of the below:
# RULES_IND=1
# analyze rules -- generate
nohup bash ./aad.sh abalone 300 10 0.03 7 1 0 0 512 0 1 1 &
nohup bash ./aad.sh ann_thyroid_1v3 300 10 0.03 7 1 0 0 512 0 1 1 &
nohup bash ./aad.sh cardiotocography_1 300 10 0.03 7 1 0 0 512 0 1 1 &
nohup bash ./aad.sh yeast 300 10 0.03 7 1 0 0 512 0 1 1 &
nohup bash ./aad.sh mammography 500 10 0.03 7 1 0 0 4096 0 1 1 &
nohup bash ./aad.sh shuttle_1v23567 500 10 0.03 7 1 0 0 4096 0 1 1 &
nohup bash ./aad.sh covtype 500 10 0.03 7 1 0 0 4096 0 1 1 &
nohup bash ./aad.sh kddcup 500 10 0.03 7 1 0 0 4096 0 1 1 &
nohup bash ./aad.sh weather 500 10 0.03 7 1 0 0 1024 0 1 1 &
nohup bash ./aad.sh electricity 500 10 0.03 7 1 0 0 1024 0 1 1 &
# analyze rules
nohup bash ./aad.sh abalone 300 10 0.03 7 1 0 3 512 0 1 1 &
nohup bash ./aad.sh ann_thyroid_1v3 300 10 0.03 7 1 0 3 512 0 1 1 &
nohup bash ./aad.sh cardiotocography_1 300 10 0.03 7 1 0 3 512 0 1 1 &
nohup bash ./aad.sh yeast 300 10 0.03 7 1 0 3 512 0 1 1 &
nohup bash ./aad.sh mammography 500 10 0.03 7 1 0 3 4096 0 1 1 &
nohup bash ./aad.sh shuttle_1v23567 500 10 0.03 7 1 0 3 4096 0 1 1 &
nohup bash ./aad.sh covtype 500 10 0.03 7 1 0 3 4096 0 1 1 &
nohup bash ./aad.sh kddcup 500 10 0.03 7 1 0 3 4096 0 1 1 &
nohup bash ./aad.sh weather 500 10 0.03 7 1 0 3 1024 0 1 1 &
nohup bash ./aad.sh electricity 500 10 0.03 7 1 0 3 1024 0 1 1 &
# analyze rules -- generate on server
bash ./aad-job.sh abalone 300 10 0.03 7 1 0 0 512 0 1 1
bash ./aad-job.sh ann_thyroid_1v3 300 10 0.03 7 1 0 0 512 0 1 1
bash ./aad-job.sh cardiotocography_1 300 10 0.03 7 1 0 0 512 0 1 1
bash ./aad-job.sh yeast 300 10 0.03 7 1 0 0 512 0 1 1
bash ./aad-job.sh mammography 500 10 0.03 7 1 0 0 4096 0 1 1
bash ./aad-job.sh shuttle_1v23567 500 10 0.03 7 1 0 0 4096 0 1 1
bash ./aad-job.sh kddcup 500 10 0.03 7 1 0 0 4096 0 1 1
bash ./aad-job.sh covtype 500 10 0.03 7 1 0 0 4096 0 1 1
bash ./aad-job.sh weather 500 10 0.03 7 1 0 0 1024 0 1 1
bash ./aad-job.sh electricity 500 10 0.03 7 1 0 0 1024 0 1 1
# analyze rules -- on server
bash ./aad-job.sh abalone 300 10 0.03 7 1 0 3 512 0 1 1
bash ./aad-job.sh ann_thyroid_1v3 300 10 0.03 7 1 0 3 512 0 1 1
bash ./aad-job.sh cardiotocography_1 300 10 0.03 7 1 0 3 512 0 1 1
bash ./aad-job.sh yeast 300 10 0.03 7 1 0 3 512 0 1 1
bash ./aad-job.sh mammography 500 10 0.03 7 1 0 3 4096 0 1 1
bash ./aad-job.sh shuttle_1v23567 500 10 0.03 7 1 0 3 4096 0 1 1
bash ./aad-job.sh kddcup 500 10 0.03 7 1 0 3 4096 0 1 1
bash ./aad-job.sh covtype 500 10 0.03 7 1 0 3 4096 0 1 1
bash ./aad-job.sh weather 500 10 0.03 7 1 0 3 1024 0 1 1
bash ./aad-job.sh electricity 500 10 0.03 7 1 0 3 1024 0 1 1