CSP parameters dimensions

External Email - Use Caution

Hello,

I am using CSP over data with 16 channels, and I am setting up the CSP to
use 4 components.
After fitting, the dimensions of the "filters_" and "patterns_" parameters
are (16 x 16) instead of the expected (4 x 16) as it should be (n_components,
n_channels).

Any idea about the reason of this?

Thank you,
Tamer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20180420/b5495f5c/attachment.html

External Email - Use Caution

Hi Tamer,

the variable filters_ keeps all filters for inspection purposes. The
thresholding is applied internally

JR