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
|
{
"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/homeruns.json -p SIC -q 10",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_changepointnp.R",
"script_md5" : "0960dc48e5296b852678528c87d06b97",
"hostname" : "scw-blissful-wiles",
"dataset" : "homeruns",
"dataset_md5" : "987bbab63e2c72acba1c07325303720c",
"status" : "SUCCESS",
"parameters" : {
"method" : "PELT",
"test.stat" : "empirical_distribution",
"minseglen" : 1,
"nquantiles" : 10,
"penalty" : "SIC"
},
"result" : {
"cplocations" : [
18,
47,
75,
94,
114,
117
],
"runtime" : 0.004230976
}
}
|