Displaying 1 result from an estimated 1 matches for "minob".
Did you mean:
minor
2010 Oct 04
0
Syntax for Rmpi cf multicore
...it R-2.11.1 Kubuntu 10.4.
It's impossible for me to get a small reproducable code segment to
show what I mean, but if I show what works for mclapply, I'd hope it's
possible to be shown what would be the equivalent way with mpi.apply.
The function lr.gbm has variables trees, folds and minob which I use
with mclapply like this:
out <- mclapply(subsets, lr.gbm, mc.cores = 6, trees=trees, folds=folds,
minob=minob)
subsets is simply a vector that looks like this:
[1] "COB_2" "CNJ_2" "COB_3" "CNJ_3" "COB_4" &quo...