Improve threshold calculation in ROC, DET, and Precision and Recall plots
Compare changes
+ 66
− 16
@@ -238,31 +238,80 @@ double bob::measure::minWeightedErrorRateThreshold(
@@ -441,6 +490,7 @@ bob::measure::roc_for_far(const blitz::Array<double, 1> &negatives,
@@ -511,9 +561,9 @@ double bob::measure::ppndf(double value) { return _ppndf(value); }