This Class represents a Random Forest model objects and hosts all the
information related to the model.
Usage
# S4 method for RF
show(object)
Arguments
- object
RF object
Details
See randomForest for the meaning of the slots.
Slots
mtry
integer. Number of variable randomly sampled.
ntree
integer. Number of grown trees.
nodesize
integer. Minimum size of terminal nodes.
model
randomForest. The randomForest model object.