1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"error" : null,
"command" : "/usr/lib/R/bin/exec/R --slave --no-restore --no-save --slave --file=/home/deploy/cpdbench/execs/R/cpdbench_wbs.R --args -i /home/deploy/cpdbench/datasets/nile.json -K default --penalty BIC -g true",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_wbs.R",
"script_md5" : "588c2d49021cd08dd01943afb53e1328",
"hostname" : "scw-blissful-wiles",
"dataset" : "nile",
"dataset_md5" : "5b08800e3ec692bfa5385b978658199b",
"status" : "SUCCESS",
"parameters" : {
"M" : 5000,
"rand.intervals" : true,
"Kmax" : 50,
"integrated" : true,
"penalty" : "BIC"
},
"result" : {
"cplocations" : [
27
],
"runtime" : 1.098354
}
}
|