EventAnalysisModel

class EventAnalysisModel(**kwargs)

Bases: MetaModel

Subclass of MetaModel for handling event analysis data.

Public Methods

(none)

Private Methods

EventAnalysisModel._init()

Perform additional initialization specific to the algorithm being implemented. Must be implemented by subclasses.

This function is called at the end of the class constructor to perform additional initialization specific to the algorithm being implemented. kwargs provided to the base class constructor are available as class attributes.