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
|
{
"error" : null,
"command" : "/usr/lib/R/bin/exec/R --slave --no-restore --no-save --slave --file=/home/deploy/cpdbench/execs/R/cpdbench_ecp.R --args -i /home/deploy/cpdbench/datasets/scanline_42049.json -a kcpa --maxcp default --cost 0.1",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_ecp.R",
"script_md5" : "a9174cb1682ef279a06637d2197d9305",
"hostname" : "scw-blissful-wiles",
"dataset" : "scanline_42049",
"dataset_md5" : "39921dfa959576bd0b3d6c95558f17f4",
"status" : "SUCCESS",
"parameters" : {
"L" : 5,
"algorithm" : "kcpa",
"cost" : 0.1,
"maxcp" : "default",
"minsize" : 30,
"runs" : 199
},
"result" : {
"cplocations" : [
0,
55,
77,
184,
276,
348,
481
],
"runtime" : 51.45374
}
}
|