normalize_matrix: Normalize a matrix

View source: R/EC_functions.R

normalize_matrixR Documentation

Normalize a matrix

Description

take each element of matrix dived by column total

Usage

normalize_matrix(mat)

Arguments

mat

a matrix to normalize

Details

Make sure to remove total rows before using with VP data

Note

used internally for visualization of confusion matrices


vprr documentation built on July 12, 2022, 5:07 p.m.