DetectedEvent#

class spidet.domain.DetectedEvent.DetectedEvent(times: ndarray[dtype[float]], values: ndarray[dtype[float]])[source]#

This class represents a detected period of abnormal activity in a given ActivationFunction.

Attributes:
times: numpy.ndarray[numpy.dtype[float]]

An array of UNIX timestamps representing the points in time for each data point within the detected event period.

values: numpy.ndarray[numpy.dtype[float]]

The activation levels at each point in time within the detected event period.