Displaying 1 result from an estimated 1 matches for "vegmap".
Did you mean:
regmap
2007 Dec 17
0
Memory problem using predict function
I am trying to make a predicted vegetation map 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
siz...