OOB Trace
Plot trace of cumulative OOB error rate by number of trees
plotRFtrace(rf, plot = TRUE)
rf |
an object inheriting from |
plot |
display the plot? |
the ggplot2
object is invisibly returned.
Eric Archer eric.archer@noaa.gov
data(mtcars) rf <- randomForest(factor(am) ~ ., mtcars) plotRFtrace(rf)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.