n_matrices: normalized confusion matrices

Description Usage Arguments Value Author(s) Examples

View source: R/phi_delta.R

Description

normalizes the confusion matrices

Usage

1

Arguments

c_matrices

confusion matrices

Value

a matrix. Each column represents a feature. Each row describes in this order: true negative rate, FALSE negative rate, true positive rate, FALSE negative rate

Author(s)

rothe

Examples

1
2
3
x <- c_statistics(climate_data)
cmat <- c_matrices(x)
nmat <- n_matrices(cmat)

phiDelta documentation built on May 2, 2019, 2:46 a.m.