From a 'DET' object, the function computes the minimum value of the Detection Cost Function (minDCF).
minDcf(det, p = 0.01, cFp = 1, cFn = 10)
An object of class "DET".
A single numeric value into the (0, 1) intervalrepresenting the prior probability of positive class.
A single numeric value representing the cost of False Positives.
A single numeric value representing the cost of False Negatives.
A 'data.frame' with two attributes:
- 'minDcfValue': the computed minDCF.
- 'minDcfIndex': the index of the fpr and fnr in which the minimum is reached.