I have found snippets using the UnsupervisedSpatialFilter
, and I think I can guess what it does. However, there seems to be close to zero documentation on this class. Where can I find more information about this MNE functionality?
2 Likes
tagging @kingjr and @agramfort: question here about UnsupervisedSpatialFilter
.
1 Like
The entry point is here mne.decoding.UnsupervisedSpatialFilter — MNE 1.2.2 documentation
It is to wrap PCA or ICA as transformers in a pipeline.
Alex
1 Like
I believe adding just a few sentences to the documentation explaining that would already be very helpful!