mvpa2.featsel.base.NBackHistoryStopCrit¶
 
- 
class mvpa2.featsel.base.NBackHistoryStopCrit(bestdetector=<mvpa2.featsel.helpers.BestDetector object>, 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¶
 
- 

 
  

