print.sits_accuracy {sits} | R Documentation |
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 class 'sits_accuracy'
print(x, ..., digits = NULL)
Arguments
x |
Object of class |
... |
Other parameters passed to the "print" function. |
digits |
Number of significant digits when printed. |
Value
Called for side effects.
Author(s)
Gilberto Camara, gilberto.camara@inpe.br
[Package sits version 1.5.0 Index]