NestedIntervalsIterable
#
Bases: object
__iter__()
#
Implement iter(self).
__len__()
#
Return len(self).
__repr__()
#
Return repr(self).
collect()
#
flatten()
#
Collect intervals between each nested history's consecutive timestamps in milliseconds into a single NumPy array.
Returns:
| Type | Description |
|---|---|
NDArray[int64]
|
NumPy NDArray of intervals. |