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
|
{
"error" : null,
"command" : "/usr/lib64/R/bin/exec/R --slave --no-restore --no-save --slave --file=/home/gertjan/share/work/turing/aida/research/projects/changepoint/experiments/cpdbench/execs/R/cpdbench_ocp.R --args -i /home/gertjan/share/work/turing/aida/research/projects/changepoint/experiments/cpdbench/datasets/rail_lines.json -l 100 --prior-a 1.0 --prior-b 1.0 --prior-k 1.0",
"script" : "/home/gertjan/share/work/turing/aida/research/projects/changepoint/experiments/cpdbench/execs/R/cpdbench_ocp.R",
"script_md5" : "6680bbc1db750f70a66cba6ba2086dc7",
"hostname" : "gertjan-arch",
"dataset" : "rail_lines",
"dataset_md5" : "fa7d19c61264f0d6b9d74cd145a50012",
"status" : "SUCCESS",
"parameters" : {
"missPts" : "none",
"cpthreshold" : 0.5,
"truncRlim" : 0.0001,
"minRlength" : 1,
"maxRlength" : 10000,
"minsep" : 1,
"maxsep" : 10000,
"multivariate" : false,
"lambda" : 100,
"prior_a" : 1,
"prior_b" : 1,
"prior_k" : 1
},
"result" : {
"cplocations" : [
0,
26
],
"runtime" : 0.08810353
}
}
|