mvpa2.featsel.rfe.NBackHistoryStopCrit

Inheritance diagram of NBackHistoryStopCrit
class mvpa2.featsel.rfe.NBackHistoryStopCrit(bestdetector=<mvpa2.featsel.helpers.BestDetector object>, steps=10)

Stop computation if for a number of steps error was increasing

Attributes

steps

Methods

__call__(errors)

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.

Attributes

steps

Methods

__call__(errors)
steps