sfaira.data.store.batch_schedule.BatchDesignBase.design

property BatchDesignBase.design: List[numpy.array]

Yields index objects for one epoch of all data.

These index objects are used by generators that have access to the data objects to build data batches. Randomization is performed anew with every call to this property.

Returns

List[np.array] List of indices per batch