mvpa2.featsel.helpers.NStepsStopCrit

Inheritance diagram of NStepsStopCrit

class mvpa2.featsel.helpers.NStepsStopCrit(steps)

Stop computation after a certain number of steps.

Initialize with number of steps.

Parameters:

steps : int

Number of steps after which to stop.

steps