Skip to content
Prev 212026 / 398500 Next

Random Forest prediction questions

From: Dror
It's because the $votes components reflects the OOB predictions, whereas
predict() gives you predictions based on all of the trees in the forest.
Not sure why you're debugging that portion of the code.  That is just to
dimension the array passed back from C into a matrix.  What is "t1"?
Look at the $forest component of the randomForest object, and subset the
dimension that correspond to ntree in all of its components.  Change
$ntree accordingly.

Andy
Notice:  This e-mail message, together with any attachme...{{dropped:10}}