Print the confusion matrix and a set of roc performance measures.
# S3 method for roc_measures
print(x, abbreviations = TRUE, digits = 2, ...)(roc_measures)
The object returned by score_roc_measures.
(logical(1))
If TRUE, print a list of abbreviations for the measures.
(integer(1))
Number of digits to round the measures to.
(any)
Additional parameters, currently unused.