Chunking
chunker(chunk_size, n_data, elements=None)
¶
Provides slice for chunking data from the first dimension.
| PARAMETER | DESCRIPTION |
|---|---|
|
The number of data to include in each chunk. If the total number
of data is not evenly divisible by
TYPE:
|
|
Total number of data in the first dimension.
TYPE:
|
|
Specific elements to chunk and yield. If
TYPE:
|
| YIELDS | DESCRIPTION |
|---|---|
Any
|
Each yielded value is a subset of |