Skip to content

Conversation

@hoechenberger
Copy link
Member

@hoechenberger hoechenberger commented Feb 15, 2020

What does this implement/fix?

Add return_n_iter kwarg to infomax()
Allows retrieval of the number of iterations performed. If False (default), only the ICA weights are returned. If True, returns a tuple (weights, n_iter).

Additional information

Previous behavior of infomax() is not altered.

… iterations performed.If False (default), only the ICA weights are returned. IfTrue, returns a tuple (weights, n_iter).
@hoechenberger hoechenberger changed the title Add return_n_iter kwarg to infomax()Allows retrieval of the number of… Add return_n_iter kwarg to infomax() Feb 15, 2020
@larsoner larsoner merged commit 72e22a5 into mne-tools:master Feb 16, 2020
@larsoner
Copy link
Member

Thanks @hoechenberger

@hoechenberger hoechenberger deleted the infomax branch February 16, 2020 04:32
AdoNunes pushed a commit to AdoNunes/mne-python that referenced this pull request Apr 6, 2020
… iterations performed.If False (default), only the ICA weights are returned. IfTrue, returns a tuple (weights, n_iter). (mne-tools#7329)
AdoNunes pushed a commit to AdoNunes/mne-python that referenced this pull request Apr 6, 2020
… iterations performed.If False (default), only the ICA weights are returned. IfTrue, returns a tuple (weights, n_iter). (mne-tools#7329)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants