# NOT RUN {
## Display a ruleset for a specific model amongst the 500.
# }
# NOT RUN {
printRandomForests(rfmodel, 5)
# }
# NOT RUN {
## Display a ruleset for specific models amongst the 500.
# }
# NOT RUN {
printRandomForests(rfmodel, c(5,10,15))
# }
# NOT RUN {
## Display a ruleset for each of the 500 models.
# }
# NOT RUN {
printRandomForests(rfmodel)
# }
Run the code above in your browser using DataLab