confusion matrices
calculates the confusion matrices from the c_statistics
c_matrices(stats)
stats
: c_statisticsa matrix. Each column represents a feature. Each row describes in this order: true negative, FALSE negative, true positive, FALSE negative
x <- c_statistics(climate_data) cmat <- c_matrices(x)
rothe
Useful links