myoverse.datasets.filters.generic.ChunkizeDataFilter._filter#
- ChunkizeDataFilter._filter(input_array, **kwargs)[source]#
Chunk the input array into overlapping segments.
- Parameters:
input_array (np.ndarray) – The input array to chunk
**kwargs – Additional keyword arguments from the Data object
- Returns:
The chunked array with shape (n_chunks, *original_shape, chunk_size)
- Return type:
np.ndarray