Learn R Programming

SDMtune (version 1.1.1)

RF-class: Random Forest

Description

This Class represents a Random Forest model objects and hosts all the information related to the model.

Arguments

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.

Details

See randomForest for the meaning of the slots.