Positive Predictive Values are the proportions of positive results in statistics and diagnostic tests that are true positive results.
D2MCS::MeasureFunction
-> PPV
new()
Method for initializing the object arguments during runtime.
PPV$new(performance.output = NULL)
performance.output
An optional ConfMatrix
parameter
to define the type of object used as basis to compute the PPV
measure.
compute()
The function computes the PPV achieved by the M.L. model.
PPV$compute(performance.output = NULL)
performance.output
An optional ConfMatrix
parameter
to define the type of object used as basis to compute the PPV
measure.
This function is automatically invoke by the ClassificationOutput object.
clone()
The objects of this class are cloneable with this method.
PPV$clone(deep = FALSE)
deep
Whether to make a deep clone.
$$PPV = TP / (TP + FP)$$
MeasureFunction
, ClassificationOutput
,
ConfMatrix