# NOT RUN {
data(iris)
iris.ruf <- randomUniformForest(Species ~ ., data = iris,
threads = 1, ntree = 20, BreimanBounds = FALSE)
# get the 10th tree
OneTree <- getTree.randomUniformForest(iris.ruf, 10)
# }
Run the code above in your browser using DataLab