| print.confMat {MLSeq} | R Documentation |
This function prints the confusion matrix of the model.
## S3 method for class 'confMat'
print(x, ..., mode = x$mode, digits = max(3,
getOption("digits") - 3))
## S4 method for signature 'confMat'
print(x, ..., mode = x$mode, digits = max(3,
getOption("digits") - 3))
x |
an object of class |
... |
further arguments to be passed to |
mode |
|
digits |