BlockShuffle¶
-
class
behavenet.data.transforms.BlockShuffle(rng_seed)[source]¶ Bases:
behavenet.data.transforms.TransformShuffle blocks of contiguous discrete states within each trial.
Methods Summary
__call__(sample)- param sample
dense representation of shape (time)
Methods Documentation