powered by
"grow"(x, how.many, ...)
randomForest
forest
how.many
combine
data(iris) iris.rf <- randomForest(Species ~ ., iris, ntree=50, norm.votes=FALSE) iris.rf <- grow(iris.rf, 50) print(iris.rf)
Run the code above in your browser using DataLab