Skip to contents

Extract 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?

Value

A data frame.