ICA and Components#
Decomposition, component classification, and component measures.
|
Extract features for ICLabel classification. |
|
Back-project components and compute percent variance accounted for. |
|
Perform ICA decomposition using AMICA (Adaptive Mixture ICA). |
|
Compute autocorrelation of ICA components. |
|
Compute autocorrelation of EEG ICA components using FFT. |
|
Compute autocorrelation of EEG ICA components using Welch method. |
|
Return stored or recomputed ICA component activations. |
|
Return and optionally print ICLabel class statistics. |
|
Flag independent components based on ICLabel classification probabilities. |
|
Perform ICA decomposition using Picard algorithm. |
|
Compatibility alias for |
|
Compute percent variance accounted for by ICA component projections. |
|
Compute relative power spectral density for ICA components. |
|
Perform ICA decomposition using runica (infomax) algorithm. |
|
Compute ICA activation waveforms from channel data and weights. |
|
Back-project selected ICA components into channel space. |
|
Return per-frame scalp variance contributed by selected components. |
|
Apply ICLabel to classify independent components. |
|
Run k-means for a range and choose the best silhouette score. |
|
Wrap eeg_picard. |
|
Cluster rows and iteratively mark distant rows as outliers. |