coffeine.spatial_filters.ProjRandomSpace#
- class coffeine.spatial_filters.ProjRandomSpace(n_compo: str = 'full', random_state: int | RandomState = 42)#
Apply random projection to SPD matrix.
Asses chance-level at projection step via random projections.
- Parameters:
- n_compoint
The size of the subspace to project onto.
- random_stateint | np.random.RandomState
The random state.