Skip to contents

Compute the confusion matrix for the predicted result.

Usage

mi_get_confusion(result_list, ifnet = FALSE)

Arguments

result_list

A list returned from model training functions.

ifnet

Logical.Whether the data is obtained by a deep learning model.

Value

A confusionMatrix object.