SplitEEGData#
- class dpeeg.SplitEEGData(train: EEGData, test: EEGData, strict: bool = True)[source]#
Split eegdata.
The eegdata has been split into training and test sets. A dict of data is maintained internally.
- Parameters:
Methods
copyCreates a deep copy of the current object.
Returns the number of trials for training and testing data respectively.