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


aaamini/nett documentation built on Nov. 12, 2022, 6:25 p.m.