Adaptation of the caret::print.confusionMatrix method for the more common usage in Earth Observation.
# S3 method for sits_assessment
print(x, ..., digits = max(3, getOption("digits") - 3))
No return value, called for side effects.
Object of class confusionMatrix
.
Other parameters passed to the "print" function.
Number of significant digits when printed.
Gilberto Camara, gilberto.camara@inpe.br