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/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/unemployment_nl.json -K default --penalty SSIC -g false",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_wbs.R",
"script_md5" : "588c2d49021cd08dd01943afb53e1328",
"hostname" : "scw-blissful-wiles",
"dataset" : "unemployment_nl",
"dataset_md5" : "26d8c0359de7f733a6fb51d4d60b5af6",
"status" : "SUCCESS",
"parameters" : {
"M" : 5000,
"rand.intervals" : true,
"Kmax" : 50,
"integrated" : false,
"penalty" : "SSIC"
},
"result" : {
"cplocations" : [
22,
42,
53,
66,
120,
131,
137,
140,
142,
173,
180,
181,
185,
196,
211
],
"runtime" : 0.7302155
}
}
|