confusion_matrix: Deprecated function Confusion matrix of the MUVR model

Description Usage Value Examples

View source: R/Classifier_MUVR.R

Description

After creating a model with the rdCV_PLS_RF function, you can run confusion_matrix on the model to make a confusion matrix from MUVR. This gives information about the model performance (e.g. classification rate).

Usage

1
confusion_matrix(MVObj, model = "mid")

Value

A confusion matrix of the model comparing actual vs predicted class

Examples

1
2
message("MUVR is not compatible with Bioconductor, 
use bp_kfold_VIP_analysis method instead")

AlpsNMR documentation built on April 1, 2021, 6:02 p.m.