Percent Correctly Classified
Calculate the percent of individuals correctly classified in a specified percent of trees in the forest.
pctCorrect(rf, pct = c(seq(0.8, 0.95, 0.05), 0.99))
rf |
a |
pct |
vector of minimum percent of trees voting for each class. Can be
|
a matrix giving the percent of individuals correctly classified in
each class and overall for each threshold value specified in pct
.
Eric Archer eric.archer@noaa.gov
data(mtcars) rf <- randomForest(factor(am) ~ ., mtcars, importance = TRUE) pctCorrect(rf)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.