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
|
{
"error" : null,
"command" : "/usr/lib64/R/bin/exec/R --slave --no-restore --no-save --slave --file=/home/gertjan/share/work/turing/aida/research/projects/changepoint/experiments/cpdbench/execs/R/cpdbench_ecp.R --args -i /home/gertjan/share/work/turing/aida/research/projects/changepoint/experiments/cpdbench/datasets/scanline_42049.json -a e.divisive --alpha 1.0 --minsize 30 --runs 199 --siglvl 0.05",
"script" : "/home/gertjan/share/work/turing/aida/research/projects/changepoint/experiments/cpdbench/execs/R/cpdbench_ecp.R",
"script_md5" : "a9174cb1682ef279a06637d2197d9305",
"hostname" : "gertjan-arch",
"dataset" : "scanline_42049",
"dataset_md5" : "39921dfa959576bd0b3d6c95558f17f4",
"status" : "SUCCESS",
"parameters" : {
"k" : "null",
"algorithm" : "e.divisive",
"alpha" : 1,
"cost" : 1,
"minsize" : 30,
"runs" : 199,
"siglvl" : 0.05
},
"result" : {
"cplocations" : [
0,
47,
77,
133,
185,
234,
274,
312,
348,
378,
411,
451,
481
],
"runtime" : 11.9018
}
}
|