pyeeg.mcca.mCCA.canonical_correlate_single

mCCA.canonical_correlate_single(X, idx)

Project one single dataset into its canonical correlate components.

Parameters:
  • X (array-like (Time x channels)) – The dataset to project.

  • idx (int) – Index of the dataset in the fitted list, used to select the matching per-dataset transform.

Returns:

  • Y (ndarray) – The dataset projected onto the shared canonical space.

  • no-index: