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