Rdocumentation
powered by
Learn R Programming
Laurae (version 0.0.0.9001)
get.max_precision: Maximum Precision (Positive Predictive Value)
Description
This function allows to use a custom thresholding method to maximize the Precision (Positive Predictive Value). A pair of values is returned.
Usage
get.max_precision(preds, labels)
Arguments
preds
Type: numeric. The predictions.
labels
Type: numeric. The labels (0, 1).
Value
A two element vector containing the maximum Precision (Positive Predictive Value) for binary data, and the threshold used.