RF-class: Random Forest

RF-classR 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


sgvignali/SDMtune documentation built on July 20, 2023, 1:45 a.m.