normalized confusion matrices
normalizes the confusion matrices
n_matrices(c_matrices)
c_matrices
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
x <- c_statistics(climate_data) cmat <- c_matrices(x) nmat <- n_matrices(cmat)
rothe
Useful links