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
|
{
"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/centralia.json -a kcpa --maxcp max --cost 1000.0",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_ecp.R",
"script_md5" : "a9174cb1682ef279a06637d2197d9305",
"hostname" : "scw-blissful-wiles",
"dataset" : "centralia",
"dataset_md5" : "addb9b70ac1294eba6da958f3ab26595",
"status" : "SUCCESS",
"parameters" : {
"L" : 15,
"algorithm" : "kcpa",
"cost" : 1000,
"maxcp" : "max",
"minsize" : 30,
"runs" : 199
},
"result" : {
"cplocations" : [
0,
15
],
"runtime" : 0.009855509
}
}
|