Learn R Programming

MantaID (version 1.0.4)

mi_get_confusion: 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)

Value

A confusionMatrix object.

Arguments

result_list

A list returned from model training functions.

ifnet

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