false_positive_rate: False Positive Rate

View source: R/false_positive_rate.R

false_positive_rateR Documentation

False Positive Rate

Description

Calculate False Positive Rate using confusion matrix. Proportion of instances assigned to class i of interest that actually do not belong to this class.

Usage

false_positive_rate(confusion_matrix)

Arguments

confusion_matrix

Confusion matrix to be used.

Value

vector of False Positives Rate values.


nikitagusarov/performancer documentation built on Jan. 12, 2023, 12:19 a.m.