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

Description Objects from the Class Examples

Description

Control parameters for random forest

Objects from the Class

Objects can be created by mobforest.control.

Examples

1
2
3
4
5
# 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)

RTIInternational/mobForest documentation built on Aug. 3, 2019, 8:28 a.m.