seismometer.seismogram.Seismogram.event_aggregation_method¶
- Seismogram.event_aggregation_method(event_col)¶
Gets the strategy for aggregating scores with respect to the specified event.
- Raises:
ValueError: If the event is not found in the configuration.
- Parameters:
event_col (str)
- Return type:
Literal[‘min’, ‘max’, ‘first’, ‘last’]