EpochsSegmentation should be indexable to retrieve the segmentation per condition
Opened this issue · 0 comments
mscheltienne commented
Similar to an epoch object where you can do epochs["my condition"]
, an EpochsSegmentation
should be indexable.
Suggested by Vincent today ;)