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
38
39
40
41
42
43
44
45
46
47
|
{
"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/usd_isk.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" : "usd_isk",
"dataset_md5" : "5cac2807a0e280c8ffd7321662e339ac",
"status" : "SUCCESS",
"parameters" : {
"L" : 247,
"algorithm" : "kcpa",
"cost" : 1000,
"maxcp" : "max",
"minsize" : 30,
"runs" : 199
},
"result" : {
"cplocations" : [
0,
16,
20,
27,
40,
48,
59,
71,
86,
91,
99,
110,
113,
116,
117,
120,
139,
155,
179,
190,
211,
220,
237,
247
],
"runtime" : 3.810466
}
}
|