Skip to content

Commit 7eb760d

Browse files
committed
main
1 parent 413d1f2 commit 7eb760d

20 files changed

+32
-106665
lines changed

complete_exp_script/Config.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,34 @@
2626

2727
positives = ["1"]#,"2","3","4"]
2828

29+
real_eval = "FadingFactorClassificationPerformanceEvaluator -a 0.995 -r -f -g"
30+
31+
stream_len = "100000"
32+
33+
drift_time = {
34+
"sudden": ["50000","50000"],
35+
"periodic": ["45000","55000"],
36+
"incremental": ["45000","55000"]
37+
}
38+
39+
safe_ratio = "0.5"
40+
bord_ratio = "0.5"
41+
out_ratio = "0.0"
42+
rare_ratio = "0.0"
43+
44+
45+
weval_artificial = {
46+
"sudden" : "50000",
47+
"periodic" : "45000 -j 10000",
48+
"incremental" : "45000 -j 10000"
49+
}
50+
2951
stats = {
3052

3153
"Fscore": [9, 10],
3254
"Recall": [11, 12],
3355
"Gmean": [13],
3456
"Ktemp": [7]
3557
}
58+
59+

complete_exp_script/Experiments.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

complete_exp_script/buildDocker.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)