positive_predicted_values: Positive Predicted Values

View source: R/positive_predicted_values.R

positive_predicted_valuesR Documentation

Positive Predicted Values

Description

Compute Positive Predicted Values using confusion matrix. Indicates what is the proportion of examples that truly belong to class i, from among all the examples assigned to (or classified as) class i.

Usage

positive_predicted_values(confusion_matrix)

Arguments

confusion_matrix

Confusion matrix to be used.

Value

integer value of Positive Predicted Values


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