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
|
{
"error" : null,
"command" : "/usr/lib/R/bin/exec/R --slave --no-restore --no-save --slave --file=/home/deploy/cpdbench/execs/R/cpdbench_changepointnp.R --args -i /home/deploy/cpdbench/datasets/nile.json -p Hannan-Quinn -q 20",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_changepointnp.R",
"script_md5" : "0960dc48e5296b852678528c87d06b97",
"hostname" : "scw-blissful-wiles",
"dataset" : "nile",
"dataset_md5" : "5b08800e3ec692bfa5385b978658199b",
"status" : "SUCCESS",
"parameters" : {
"method" : "PELT",
"test.stat" : "empirical_distribution",
"minseglen" : 1,
"nquantiles" : 20,
"penalty" : "Hannan-Quinn"
},
"result" : {
"cplocations" : [
5,
6,
8,
20,
25,
27,
36,
39,
44,
46,
68,
70,
96,
99
],
"runtime" : 0.007662296
}
}
|