treeset.randomForest {rattle}R Documentation

Generate a representtaion of a tree in a Random Forest

Usage

treeset.randomForest(model, n=1, root=1, format="R")

Arguments

model a randomForest model.
n a specific tree to list.
root where to start the stree from, primarily for internal use.
format one of "R", "VB".

Author(s)

Graham.Williams@togaware.com

References

Package home page: http://rattle.togaware.com

Examples

## Display a treeset for a specific model amongst the 500.
## Not run: treeset.randomForests(rfmodel, 5)

[Package rattle version 2.2.91 Index]