gazepoint_classification_metrics¶
R reference: gp3ml 0.3.0.
Binary classification metrics¶
Binary classification metrics
R reference usage¶
gazepoint_classification_metrics(
truth,
probability,
predicted = NULL,
positive = NULL,
threshold = 0.5
)
The Python implementation is exported as gp3mlpy.gazepoint_classification_metrics. See the runtime docstring for Python-specific typing and semantic adaptations.