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
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.
Author(s)
Sergio Vignali
[Package SDMtune version 1.3.1 Index]