Evaluate explicit classification thresholds
Source:R/decision-governance.R
evaluate_gazepoint_thresholds.RdEvaluate explicit classification thresholds
Usage
evaluate_gazepoint_thresholds(
truth,
probability,
positive,
thresholds,
cost_false_positive = 1,
cost_false_negative = 1
)