View source: R/accuracy_uncertainty.R
confusionIndex | R Documentation |
Calculate the confusion index of Burrough et al., 1997.
confusionIndex(x)
x |
vector of probabilities (0,1), should not contain NA |
A single numeric value.
D.E. Beaudette
Burrough, P.A., P.F.M. van Gaans, and R. Hootsmans. 1997. "Continuous Classification in Soil Survey: Spatial Correlation, Confusion and Boundaries." Geoderma 77: 115-35. doi:10.1016/S0016-7061(97)00018-9.
# a very simple example
p <- c(0.25, 0.25, 0.4, 0.05, 0.05)
confusionIndex(p)
# for comparison
shannonEntropy(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.