This Class represents a Random Forest model objects and hosts all the information related to the model.
Details
See randomForest for the meaning of the slots.
Slots
mtryinteger. Number of variable randomly sampled.
ntreeinteger. Number of grown trees.
nodesizeinteger. Minimum size of terminal nodes.
modelrandomForest. The randomForest model object.
