powered by
calculates the confusion matrices from the c_statistics
c_matrices(stats)
c_statistics
a matrix. Each column represents a feature. Each row describes in this order: true negative, FALSE negative, true positive, FALSE negative
# NOT RUN { x <- c_statistics(climate_data) cmat <- c_matrices(x) # }
Run the code above in your browser using DataLab