Multiway CCA module

Module implementing Multiway-CCA, for preprocessing.

Multiway canonical correlation analysis (MCCA) finds a set of projections that align several datasets (e.g. EEG data from different subjects) into a common space where they share a maximal common response. The resulting summary components can be used to denoise each individual dataset.

Classes

mCCA([n_components])

Class to support mCCA computation on a set of data matrices.