print: Print method for confusion matrix

Description Usage Arguments

Description

This function prints the confusion matrix of the model.

Usage

1
2
3
4
5
6
7
## 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))

Arguments

x

an object of class confMat

...

further arguments to be passed to print.table

mode

see print.confusionMatrix

digits

see print.confusionMatrix


MLSeq documentation built on Nov. 8, 2020, 5:37 p.m.