print.sits_accuracy: Print the values of a confusion matrix
Description
Adaptation of the caret::print.confusionMatrix method
for the more common usage in Earth Observation.
Usage
# S3 method for sits_accuracy
print(x, ..., digits = NULL)
Value
Called for side effects.
Arguments
- x
Object of class confusionMatrix
.
- ...
Other parameters passed to the "print" function.
- digits
Number of significant digits when printed.