pyeeg.preprocess.Whitener.fit
- Whitener.fit(X, y=None, axis=None)
Fit the whitener on
X: demean, estimate the covariance and compute the whitening rotation.
pyeeg.preprocess.Whitener.fitFit the whitener on X: demean, estimate the covariance and
compute the whitening rotation.