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