mobForest (version 1.3.1)

mobforest.control-class: Class "mobforest.control" of mobForest model

Description

Control parameters for random forest

Arguments

Objects from the Class

Objects can be created by mobforest.control.

Examples

Run this code
# NOT RUN {
# showClass("mobforest.control") The following code creates following forest
# controls: 400 trees to be constructed, sampling with replacement, a node
# contains at least 200 observations
mobforest_controls = mobforest.control(ntree = 400, mtry = 4,
    replace = TRUE, minsplit = 200)

# }

Run the code above in your browser using DataCamp Workspace