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