pyeeg.cca.CCA_Estimator.plot_time_filter

CCA_Estimator.plot_time_filter(n_comp=1, dim=[0])

Plot the temporal (stimulus) filters of the canonical components.

Plots coefStim_ (one curve per requested lag time) for each canonical component and feature dimension. For more than 5 components, only the first 5 are labelled in the legend.

Parameters:
  • n_comp (int, default: 1) – Number of canonical components to plot.

  • dim (list of int, default: [0]) – Indices of the feature dimensions to plot.