mne_icalabel.iclabel.run_iclabel#
- mne_icalabel.iclabel.run_iclabel(images, psds, autocorr)#
Run the ICLabel network on the provided set of features.
The features are un-formatted and are as-returned by
get_iclabel_features
.- Parameters:
- Returns:
- labels
array
of shape (n_components, n_classes) The predicted numerical probability values for all labels in ICLabel output. Columns are ordered with ‘Brain’, ‘Muscle’, ‘Eye’, ‘Heart’, ‘Line Noise’, ‘Channel Noise’, and ‘Other’.
- labels