compute_confusion_matrix {nett}R 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


[Package nett version 1.0.0 Index]