n_matrices {phiDelta}R Documentation

normalized confusion matrices

Description

normalizes the confusion matrices

Usage

n_matrices(c_matrices)

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

x <- c_statistics(climate_data)
cmat <- c_matrices(x)
nmat <- n_matrices(cmat)

[Package phiDelta version 1.0.1 Index]