c_matrices function

confusion matrices

confusion matrices

calculates the confusion matrices from the c_statistics

c_matrices(stats)

Arguments

  • stats: c_statistics

Returns

a matrix. Each column represents a feature. Each row describes in this order: true negative, FALSE negative, true positive, FALSE negative

Examples

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

Author(s)

rothe

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

Useful links