Classification Confidence Intervals
Calculate confidence intervals for Random Forest classifications
classConfInt(rf, conf.level = 0.95, threshold = 0.8)
rf |
a |
conf.level |
confidence level for the |
threshold |
threshold to test observed classification probability against. |
A matrix with the following columns for each class and overall:
percent correctly classified
the lower and upper central confidence intervals given conf.level
the probability that the true classification probability is >= threshold
Eric Archer eric.archer@noaa.gov
data(symb.metab) rf <- randomForest(type ~ ., symb.metab) classConfInt(rf)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.