pyeeg.mcca.mCCA.denoise
- mCCA.denoise(X, num_comps, idx)
Denoise a dataset by projecting onto its low-rank canonical space.
The dataset is projected onto the first
num_compscanonical components of its own transform, then back into the original channel space, retaining the shared (signal) part while discarding the components that are not shared across datasets.- Parameters:
- Returns:
X_denoised (ndarray) – The denoised dataset, same shape as
X.no-index: