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
|
{
"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_changepointnp.R --args -i /home/gertjan/share/work/turing/aida/research/projects/changepoint/experiments/cpdbench/datasets/quality_control_4.json -p SIC -q 10",
"script" : "/home/gertjan/share/work/turing/aida/research/projects/changepoint/experiments/cpdbench/execs/R/cpdbench_changepointnp.R",
"script_md5" : "0960dc48e5296b852678528c87d06b97",
"hostname" : "gertjan-arch",
"dataset" : "quality_control_4",
"dataset_md5" : "1efedb9a52cd0b9a9250cf9781c5f7ef",
"status" : "SUCCESS",
"parameters" : {
"method" : "PELT",
"test.stat" : "empirical_distribution",
"minseglen" : 1,
"nquantiles" : 10,
"penalty" : "SIC"
},
"result" : {
"cplocations" : [
6,
16,
69,
77,
88,
95,
108,
115,
139,
146,
157,
179,
238,
246,
286,
325,
337,
378,
385,
398,
406,
417,
427,
439,
446,
469,
476,
487,
499
],
"runtime" : 0.0084095
}
}
|