This is the number of individuals with a negative condition for which the test result is positive. The value entered here must be non-negative.
D2MCS::MeasureFunction
-> FP
new()
Method for initializing the object arguments during runtime.
FP$new(performance.output = NULL)
performance.output
An optional ConfMatrix
parameter
used as basis to define the type of compute the FP
measure.
compute()
The function computes the FP achieved by the M.L. model.
FP$compute(performance.output = NULL)
performance.output
An optional ConfMatrix
parameter
to define the type of object used as basis to compute the FP
measure.
This function is automatically invoked by the
ClassificationOutput
object.
clone()
The objects of this class are cloneable with this method.
FP$clone(deep = FALSE)
deep
Whether to make a deep clone.
MeasureFunction
, ClassificationOutput
,
ConfMatrix