mne.viz.
plot_ica_scores
(ica, scores, exclude=None, labels=None, axhline=None, title=’ICA component scores’, figsize=(12, 6), show=True)[source]¶Plot scores related to detected components.
Use this function to asses how well your score describes outlier sources and how well you were detecting them.
Parameters: | ica : instance of mne.preprocessing.ICA
scores : array_like of float, shape (n ica components) | list of arrays
exclude : array_like of int
labels : str | list | ‘ecg’ | ‘eog’ | None
axhline : float
title : str
figsize : tuple of int
show : bool
|
---|---|
Returns: | fig : instance of matplotlib.pyplot.Figure
|