confusion_matrix {processpredictR}R Documentation

Confusion matrix for predictions

Description

Confusion matrix for predictions

Usage

confusion_matrix(predictions, ...)

Arguments

predictions

ppred_predictions: A data.frame with predicted values returned by predict.ppred_model().

...

additional arguments.

Value

A table object that can be used for plotting a confusion matrix using plot().


[Package processpredictR version 0.1.0 Index]