Skip to content

Commit 002d04f

Browse files
authored
Remove reference to invalid "ssd" restr_type (mne-tools#13514)
1 parent 97cc9e9 commit 002d04f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mne/decoding/ssd.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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’

0 commit comments

Comments
 (0)