powered by
normalizes the confusion matrices
n_matrices(c_matrices)
confusion 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
# NOT RUN { x <- c_statistics(climate_data) cmat <- c_matrices(x) nmat <- n_matrices(cmat) # }
Run the code above in your browser using DataLab