Skip to content

evaluate_gazepoint_threshold_stability

R reference: gp3ml 0.3.0.

Evaluate threshold stability around the optimum

Evaluate threshold stability around the optimum

R reference usage

evaluate_gazepoint_threshold_stability(
  evaluation,
  metric,
  direction = c("maximize", "minimize"),
  tolerance = 0.02
)

The Python implementation is exported as gp3mlpy.evaluate_gazepoint_threshold_stability. See the runtime docstring for Python-specific typing and semantic adaptations.