Package mvpa :: Package featsel :: Module helpers :: Class StoppingCriterion
[hide private]
[frames] | no frames]

Class StoppingCriterion

source code


Base class for all functors to decide when to stop RFE (or may be general optimization... so it probably will be moved out into some other module
Instance Methods [hide private]
 
__call__(self, errors)
Instruct when to stop.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, errors)
(Call operator)

source code 

Instruct when to stop.

Every implementation should return False when an empty list is passed as argument.

Returns tuple stop.