evaluate_gazepoint_thresholds: Evaluate explicit classification thresholds

View source: R/decision-governance.R

evaluate_gazepoint_thresholdsR Documentation

Evaluate explicit classification thresholds

Description

Evaluate explicit classification thresholds

Usage

evaluate_gazepoint_thresholds(
  truth,
  probability,
  positive,
  thresholds,
  cost_false_positive = 1,
  cost_false_negative = 1
)

Arguments

truth

Observed binary outcome.

probability

Probability of the positive class.

positive

Positive class label.

thresholds

Explicit candidate thresholds.

cost_false_positive

False-positive cost.

cost_false_negative

False-negative cost.

Value

A gp3ml_threshold_evaluation.


gp3ml documentation built on Aug. 23, 2026, 5:11 p.m.