mne_hfo.sklearn.DisabledCV#
- class mne_hfo.sklearn.DisabledCV[source]#
Dummy CV class for SearchCV scikit-learn functions.
Methods
get_n_splits
(X, y[, groups])Disabled split.
split
(X, y[, groups])Disabled split.
- get_n_splits(X, y, groups=None)[source]#
Disabled split.
- Parameters:
- X
np.ndarray
Not used.
- y
np.ndarray
Not used.
- groups
np.ndarray
, optional Not used.
- X
- Returns:
- n_splits
int
The number of splits.
- n_splits
- split(X, y, groups=None)[source]#
Disabled split.
- Parameters:
- X
np.ndarray
Not used.
- y
np.ndarray
Not used.
- groups
np.ndarray
, optional Not used.
- X