obob_mne.decoding.GeneralizedTemporalAverage

class obob_mne.decoding.GeneralizedTemporalAverage(data_list)[source]

Create average instance of Temporal Generalization results.

Given a list of Temporal Generalization Results, this class computes the average of their weights and returns an instance of GeneralizedTemporalArray so you can plot the average scores and weights.

Parameters:data_list (iterable of GeneralizedTemporalArray) – A list (or any other iterable) of GeneralizedTemporalArray