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
|
{
"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/us_population.json -l 50 --prior-a 1.0 --prior-b 0.01 --prior-k 100",
"script" : "/home/gertjan/share/work/turing/aida/research/projects/changepoint/experiments/cpdbench/execs/R/cpdbench_ocp.R",
"script_md5" : "2641d558627cfe2b208aeb066769810b",
"hostname" : "gertjan-arch",
"dataset" : "us_population",
"dataset_md5" : "77037fc5ff0338516a56ae686aa4dcba",
"status" : "SUCCESS",
"parameters" : {
"missPts" : "none",
"cpthreshold" : 0.5,
"truncRlim" : 0.0001,
"minRlength" : 1,
"maxRlength" : 10000,
"minsep" : 1,
"maxsep" : 10000,
"multivariate" : false,
"lambda" : 50,
"prior_a" : 1,
"prior_b" : 0.01,
"prior_k" : 100
},
"result" : {
"cplocations" : [
0,
268,
378,
416,
448,
472,
546
],
"runtime" : 1.353734
}
}
|