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.


haibol2016/ArchR_debug documentation built on June 15, 2022, 5:42 p.m.