mvpa2.featsel.base.NBackHistoryStopCrit

Inheritance diagram of NBackHistoryStopCrit

class mvpa2.featsel.base.NBackHistoryStopCrit(bestdetector=<mvpa2.featsel.helpers.BestDetector object at 0x53f48d0>, steps=10)

Stop computation if for a number of steps error was increasing

Initialize with number of steps

Parameters :

bestdetector : BestDetector

used to determine where the best error is located.

steps : int

How many steps to check after optimal value.

steps

Next topic

mvpa2.featsel.base.SensitivityBasedFeatureSelection

NeuroDebian

NITRC-listed