Displaying 1 result from an estimated 1 matches for "testvegmap".
2007 Dec 17
0
Memory problem using predict function
...ap using the predict ( )
function and am running into an issue with memory size
Specifically I am building a random forest classification (dataframe = "
vegmap.rf") using the randomForest library and then am trying to apply
results from that to construct a predicted map (dataframe ="testvegmap.pred
"):
testvegmap.pred <-predict(vegmap.rf, veg)
And when I try to run this I get a message of: "cannot allocate vector of
size 88.0Mb"
I have used the series of commands below to increase the memory size to
4000Mb (the largest I seemingly can expand to):...