File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,14 @@ class SSD(_GEDTransformer):
6767 cov_method_params : dict | None (default None)
6868 As in :class:`mne.decoding.SPoC`
6969 The default is None.
70- restr_type : "restricting" | "whitening" | "ssd" | None
70+ restr_type : "restricting" | "whitening" | None
7171 Restricting transformation for covariance matrices before performing
7272 generalized eigendecomposition.
7373 If "restricting" only restriction to the principal subspace of signal_cov
7474 will be performed.
7575 If "whitening", covariance matrices will be additionally rescaled according
7676 to the whitening for the signal_cov.
77- If "ssd", simplified version of "whitening" is performed.
78- If None, no restriction will be applied. Defaults to "ssd".
77+ If None, no restriction will be applied. Defaults to "whitening".
7978
8079 .. versionadded:: 1.11
8180 rank : None | dict | ‘info’ | ‘full’
You can’t perform that action at this time.
0 commit comments