mne_icalabel.iclabel.get_iclabel_features#
- mne_icalabel.iclabel.get_iclabel_features(inst, ica)[source]#
Generate the features for ICLabel neural network.
- Parameters:
- Returns:
- topo
array
of shape (32, 32, 1, n_components) The topoplot feature.
- psd
array
of shape (1, 100, 1, n_components) The psd feature.
- autocorr
array
of shape (1, 100, 1, n_components) The autocorrelations feature. Depending on the length of the raw data passed in, different methods of computing autocorrelation will be used. See Pion-Tonachini et al.[1] for details.
- topo
References