Description Objects from the Class Examples
Control parameters for random forest
Objects can be created by
mobforest.control.
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.