Displaying 1 result from an estimated 1 matches for "nota_desc".
2007 Oct 31
1
seg fault with randomForest ( ... , xtest )
Dear R-help,
what are the limits on xtest?
> NOT_A.rf <- randomForest (log10(Y[!A] ) ~ . , data = notA_desc ,
proximity=T ,xtest = A_desc)
*** caught segfault ***
address 0x9cdd000, cause 'memory not mapped'
Segmentation fault
I don't think that the matrix are large:
notA_desc is 651 obs of 27 variables
A_desc is 17 obs of 27 variables
thanks in advance,
Clayton
[[alternative HTML ve...