party (version 0.8-0)

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, B = 50), 
                               OOB = TRUE))

Run the code above in your browser using DataCamp Workspace