This content refers to an unreleased development version of PyMVPA
mvpa.featsel.helpers.BestDetector
-
class mvpa.featsel.helpers.BestDetector(func=<built-in function min>, lastminimum=False)
Determine whether the last value in a sequence is the best one given
some criterion.
Initialize with number of steps
| Parameters: | fun : functor
Functor to select the best results. Defaults to min
lastminimum : bool
Toggle whether the latest or the earliest minimum is used as
optimal value to determine the stopping criterion.
|
-
bestindex