To get started
Contents
pyeeg.features
pyeeg.features.alignment
Interval
pyeeg.features.pipeline
pyeeg.features.reduction
pyeeg.features.syntactic_features
Other
Check whether a time point falls inside the interval.
The interval is half-open: start <= time < end.
start <= time < end
time (float) – Time point in seconds.
contains – True if time lies within the interval.
True
time
bool