[Mne_analysis] Linear classifier on sensor data with plot patterns and filters

JR KING jeanremi.king at gmail.com
Thu Feb 7 04:03:07 EST 2019
Search archives:

        External Email - Use Caution        

I think it s because you reshape your meg data (n_trials, n_sensors,
n_times) into a matrix (n_trials, n_sensors * n_times)

meg_data = meg_epochs.get_data().reshape(len(labels), -1)

The covariance of this matrix will be pretty heavy.

JR


On Thu, 7 Feb 2019 at 09:57, Alexandre Gramfort <alexandre.gramfort at inria.fr>
wrote:

>         External Email - Use Caution
>
> I cannot guess.
>
> I need to know the size of the new data.
>
> Alex
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190207/7348daea/attachment-0001.html 


More information about the Mne_analysis mailing list