as.matrix.mlconfmat {utiml} | R Documentation |
Convert a multi-label Confusion Matrix to matrix
Description
Convert a multi-label Confusion Matrix to matrix
Usage
## S3 method for class 'mlconfmat'
as.matrix(x, ...)
Arguments
x |
The mlconfmat |
... |
passed to as.matrix |
Value
A confusion matrix with TP, TN, FP and FN columns
[Package utiml version 0.1.7 Index]