confusionMatrix: Create a Confusion Matrix based on two value vectors

View source: R/HelperUtils.R

confusionMatrixR Documentation

Create a Confusion Matrix based on two value vectors

Description

This function creates a confusion matrix based on two value vectors.

Usage

confusionMatrix(i = NULL, j = NULL)

Arguments

i

A character/numeric value vector to see concordance with j.

j

A character/numeric value vector to see concordance with i.


GreenleafLab/ArchR documentation built on Feb. 28, 2024, 4:17 p.m.