rattle (version 5.3.0)

listTreesAda: List trees from an Ada model

Description

Display the textual representation of a selection of Ada trees.

Usage

listTreesAda(model, trees=0)

Arguments

model

an ada model.

trees

The list of trees to list. Use 0 to list all trees.

Details

Using rpart's print method display each of the specified trees from an Ada model.

References

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

Examples

Run this code
# NOT RUN {
listTreesAda(ds.ada)
# }

Run the code above in your browser using DataCamp Workspace