compute_confusion_matrix: Compute confusion matrix

compute_confusion_matrixR Documentation

Compute confusion matrix

Description

Compute confusion matrix

Usage

compute_confusion_matrix(z, y, K = NULL)

Arguments

z

a label vector

y

a label vector

K

number of labels in both z and y

Value

A KxK confusion matrix between z and y


nett documentation built on Nov. 10, 2022, 5:12 p.m.