Learn R Programming

ArchR (version 1.0.1)

confusionMatrix: 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.