Computes the ratio of number of Type II errors achieved by the final M.L. model.
D2MCS::MeasureFunction
-> FN
new()
Method for initializing the object arguments during runtime.
FN$new(performance.output = NULL)
performance.output
An optional ConfMatrix
parameter
to define the type of object used to compute the FN measure.
compute()
The function computes the FN achieved by the M.L. model.
FN$compute(performance.output = NULL)
performance.output
An optional ConfMatrix
parameter
to define the type of object used as basis to compute the FN
measure
This function is automatically invoked by the
ClassificationOutput
framework.
clone()
The objects of this class are cloneable with this method.
FN$clone(deep = FALSE)
deep
Whether to make a deep clone.
MeasureFunction
, ClassificationOutput
,
ConfMatrix