
Summarise an event-detector benchmark
Source:R/event_detector_benchmarking.R
summarise_gazepoint_event_detector_benchmark.RdExtract detector-level, sequence-level, matched-event, or unmatched-event tables from an event-detector benchmark.
Usage
summarise_gazepoint_event_detector_benchmark(
x,
level = c("detector", "sequence", "matches", "errors"),
sort = TRUE
)Arguments
- x
An object returned by
benchmark_gazepoint_event_detectors().- level
Summary level to return.
- sort
Should detector summaries be ordered by decreasing F1 score?