Skip to content

voiage.plot.event_localized_information.plot_event_accuracy_curve

plot_event_accuracy_curve([positional or keyword] result: EventLocalizedInformationResult = None, [positional or keyword] title: str = 'Event information value by channel accuracy', [positional or keyword] ax: Axes | None = None, [variadic keyword] line_kwargs: Any = {}) -> Axes

Plot gross and net exact event VOI over evaluated channel accuracies.

Parameters:

  • result EventLocalizedInformationResult
  • title str (default: 'Event information value by channel accuracy')
  • ax Axes | None (default: None)
  • line_kwargs Any (default: {})

Returns: Axes