MneExperiment
Enumerate the occurrence of each cell value throughout the data
name (None | str) – Name for the returned Var.
enum – Result.
Var
Examples
>>> f = Factor('aabbccabc') >>> f.enumerate_cells() Var([0, 1, 0, 1, 0, 1, 2, 2, 2])