Learn R Programming

phiDelta (version 1.0.1)

c_matrices: 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

Examples

Run this code
# NOT RUN {
x <- c_statistics(climate_data)
cmat <- c_matrices(x)
# }

Run the code above in your browser using DataLab