HistoryEventIdIterable
Methods
| Method | Description |
|---|---|
collect | Collect event ids for each history into a NumPy array. |
to_list | Collect event ids for each history into a list. |
Method Details
collect
Collect event ids for each history into a NumPy array.
Returns
| Type | Description |
|---|---|
list[NDArray[np.uintp]] | NumPy NDArray of event ids per history. |
to_list
Collect event ids for each history into a list.
Returns
| Type | Description |
|---|---|
| list[list[int]] | List of event ids per history. |