print.confusionMatrix
From caret v6.0-86
by Max Kuhn
Print method for confusionMatrix
a print method for confusionMatrix
- Keywords
- utilities
Usage
# S3 method for confusionMatrix
print(
x,
mode = x$mode,
digits = max(3, getOption("digits") - 3),
printStats = TRUE,
...
)
Arguments
- x
an object of class
confusionMatrix
- mode
a single character string either "sens_spec", "prec_recall", or "everything"
- digits
number of significant digits when printed
- printStats
a logical: if
TRUE
then table statistics are also printed- …
optional arguments to pass to
print.table
Value
x
is invisibly returned
See Also
Community examples
Looks like there are no examples yet.