mi_get_confusion: Compute the confusion matrix for the predicted result.

View source: R/mi_get_confusion.R

mi_get_confusionR Documentation

Compute the confusion matrix for the predicted result.

Description

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.


MantaID documentation built on Sept. 11, 2024, 6 p.m.