| RF-class | R Documentation |
This Class represents a Random Forest model objects and hosts all the information related to the model.
## S4 method for signature 'RF'
show(object)
object |
RF object |
See randomForest for the meaning of the slots.
mtryinteger. Number of variable randomly sampled.
ntreeinteger. Number of grown trees.
nodesizeinteger. Minimum size of terminal nodes.
modelrandomForest. The randomForest model object.
Sergio Vignali
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.