Validation curve on epochs for global autoreject.
instance
of
mne.Epochs.The epochs.
array
| None
The labels.
str
Name of the parameter that will be varied. Defaults to ‘thresh’.
array
| None
The values of the parameter that will be evaluated. If None, 15 values between the min and the max threshold will be tested.
int
, cross-validation generator or an
iterable, optional
Determines the cross-validation strategy.
If True the used param_range is returned. Defaults to False.
int
The number of thresholds to compute in parallel.