n_matrices function

normalized confusion matrices

normalized confusion matrices

normalizes the confusion matrices

n_matrices(c_matrices)

Arguments

  • c_matrices: confusion matrices

Returns

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

Examples

x <- c_statistics(climate_data) cmat <- c_matrices(x) nmat <- n_matrices(cmat)

Author(s)

rothe

  • Maintainer: Ursula Neumann
  • License: GPL (>= 2)
  • Last published: 2018-05-08

Useful links