party (version 0.9-10)

RandomForest-class: Class "RandomForest"

Description

A class for representing random forest ensembles.

Arguments

Objects from the Class

Objects can be created by calls of the form new("RandomForest", ...).

Examples

Run this code
### honest (i.e., out-of-bag) cross-classification of 
    ### true vs. predicted classes
    table(mammoexp$ME, predict(cforest(ME ~ ., data = mammoexp, 
                               control = cforest_control(ntree = 50)), 
                               OOB = TRUE))

Run the code above in your browser using DataCamp Workspace