Measure of nonlinear interdependence.
The signals.
Delay in time samples.
Embedding dimension.
Number of Nearest Neighbors.
If False, features corresponding to pairs of identical electrodes
are not computed. In other words, features are not computed from pairs
of electrodes of the form (ch[i], ch[i])
.
With n_output = n_channels * (n_channels + 1) / 2
if
include_diag
is True and
n_output = n_channels * (n_channels - 1) / 2
if
include_diag
is False.
Notes
Alias of the feature function: nonlin_interdep. See [1] and [2].
References
Mormann, F. et al. (2006). Seizure prediction: the long and winding road. Brain, 130(2), 314-333.
Mirowski, P. W. et al. (2008). Comparing SVM and convolutional networks for epileptic seizure prediction from intracranial EEG. Machine Learning for Signal Processing, 2008. IEEE Workshop on (pp. 244-249). IEEE.