Displaying 2 results from an estimated 2 matches for "3955mb".
Did you mean:
3355mb
2011 Jul 18
0
cforest - keep.forest = false option?
...h isn't helping)
below is my code and error message
Thanks in advance!
> fit <- cforest(formula = y ~ x1 + x2+ x3+ x4+ x5+
+ x6+ x7+ x8+ x9+ x10, data=data, control= cforest_unbiased(savesplitstats =
FALSE, ntree = 50, mtry = 5)
1: In mf$data <- data :
Reached total allocation of 3955Mb: see help(memory.size)
2: In mf$data <- data :
Reached total allocation of 3955Mb: see help(memory.size)
--
View this message in context: http://r.789695.n4.nabble.com/cforest-keep-forest-false-option-tp3675921p3675921.html
Sent from the R help mailing list archive at Nabble.com.
2011 Jul 20
0
cforest - keep.forest = false option? (fwd)
...or message
>
> Thanks in advance!
>
>> fit <- cforest(formula = y ~ x1 + x2+ x3+ x4+ x5+
> + x6+ x7+ x8+ x9+ x10, data=data, control=
> cforest_unbiased(savesplitstats =
> FALSE, ntree = 50, mtry = 5)
>
> 1: In mf$data <- data :
> Reached total allocation of 3955Mb: see help(memory.size)
> 2: In mf$data <- data :
> Reached total allocation of 3955Mb: see help(memory.size)
>
>
> --
> View this message in context:
> http://r.789695.n4.nabble.com/cforest-keep-forest-false-option-tp3675921p3675921.html
> Sent from the R help mailing l...