pyeeg.cca.CCA_Estimator.plot_spatial_filter

CCA_Estimator.plot_spatial_filter(pos, n_comp=1)

Plot the spatial filters (topographies) of the canonical components.

Plots the columns of coefResponse_ as topographic maps, one per canonical component.

Parameters:
  • pos (array-like (nchans x 2)) – Channel positions (x, y) used for the topographic plots.

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