To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.featsel.helpers.MultiStopCrit

Inheritance diagram of MultiStopCrit

class mvpa2.featsel.helpers.MultiStopCrit(crits, mode='or')

Stop computation if the latest error drops below a certain threshold.

Parameters :

crits : list of StoppingCriterion instances

For each call to MultiStopCrit all of these criterions will be evaluated.

mode : {‘and’, ‘or’}

Logical function to determine the multi criterion from the set of base criteria.

NeuroDebian

NITRC-listed