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
|
{
"error" : null,
"command" : "/usr/lib/R/bin/exec/R --slave --no-restore --no-save --slave --file=/home/deploy/cpdbench/execs/R/cpdbench_changepoint.R --args -i /home/deploy/cpdbench/datasets/robocalls.json -p Asymptotic -f mean -t Normal -m BinSeg -Q max",
"script" : "/home/deploy/cpdbench/execs/R/cpdbench_changepoint.R",
"script_md5" : "88eac82295fae0cc030d40da93501e50",
"hostname" : "scw-blissful-wiles",
"dataset" : "robocalls",
"dataset_md5" : "f67ec0ccb50f2a835912e5c51932c083",
"status" : "SUCCESS",
"parameters" : {
"Q" : 27,
"pen.value" : 0.05,
"func" : "mean",
"max_cp" : "max",
"method" : "BinSeg",
"penalty" : "Asymptotic",
"test_statistic" : "Normal"
},
"result" : {
"cplocations" : [
35,
51
],
"runtime" : 0.002370834
}
}
|