Threshold¶
-
class
behavenet.data.transforms.Threshold(threshold, bin_size)[source]¶ Bases:
behavenet.data.transforms.TransformRemove channels of neural activity whose mean value is below a threshold.
Methods Summary
__call__(sample)Calculates firing rate over all time points and thresholds.
Methods Documentation