| RF-class {SDMtune} | R Documentation |
Random Forest
Description
This Class represents a Random Forest model objects and hosts all the information related to the model.
Usage
## S4 method for signature 'RF'
show(object)
Arguments
object |
RF object |
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.
Author(s)
Sergio Vignali
[Package SDMtune version 1.3.1 Index]