Use unsupervised spatial filtering across time and samples.
sklearn.base.BaseEstimator
Estimator using some decomposition algorithm.
False
If True, the estimator is fitted on the average across samples (e.g. epochs).
Methods
|
Fit the spatial filters. |
|
Transform the data to its filtered components after fitting. |
|
Get parameters for this estimator. |
Inverse transform the data to its original space. |
|
|
Set the parameters of this estimator. |
|
Transform the data to its spatial filters. |
Fit the spatial filters.
UnsupervisedSpatialFilter
Return the modified instance.
Transform the data to its filtered components after fitting.
array
, shape (n_epochs, n_channels, n_times)The transformed data.
Examples using fit_transform
:
Analysis of evoked response using ICA and PCA reduction techniques
Set the parameters of this estimator.
The method works on simple estimators as well as on nested objects
(such as pipelines). The latter have parameters of the form
<component>__<parameter>
so that it’s possible to update each
component of a nested object.
dict
Parameters.
The object.
mne.decoding.UnsupervisedSpatialFilter
#Analysis of evoked response using ICA and PCA reduction techniques