SelectIdxs¶
-
class
behavenet.data.transforms.SelectIdxs(idxs, sample_name='')[source]¶ Bases:
behavenet.data.transforms.Transform“Index-based subsampling of neural activity.
Methods Summary
__call__(sample)- param sample
input shape of (time, n_channels)
Methods Documentation