Skip to content

Commit

Permalink
Add note that input data should be whitened (mne-tools#3526)
Browse files Browse the repository at this point in the history
* Add note that input data should be whitened

* Remove note
  • Loading branch information
cbrnr authored and agramfort committed Aug 23, 2016
1 parent 4aa3f3a commit 1c11647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/preprocessing/infomax_.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def infomax(data, weights=None, l_rate=None, block=None, w_change=1e-12,
Parameters
----------
data : np.ndarray, shape (n_samples, n_features)
The data to unmix.
The whitened data to unmix.
weights : np.ndarray, shape (n_features, n_features)
The initialized unmixing matrix.
Defaults to None, which means the identity matrix is used.
Expand Down

0 comments on commit 1c11647

Please sign in to comment.