gazepoint_performance_metrics¶
R reference: gp3ml 0.3.0.
Task-aware performance metrics¶
Task-aware performance metrics
R reference usage¶
gazepoint_performance_metrics(
task,
truth,
prediction = NULL,
probability = NULL,
threshold = 0.5
)
The Python implementation is exported as gp3mlpy.gazepoint_performance_metrics. See the runtime docstring for Python-specific typing and semantic adaptations.