c_matrices {phiDelta}R Documentation

confusion matrices

Description

calculates the confusion matrices from the c_statistics

Usage

c_matrices(stats)

Arguments

stats

c_statistics

Value

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

Author(s)

rothe

Examples

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

[Package phiDelta version 1.0.1 Index]