mvpa2.featsel.rfe

Recursive feature elimination.

Inheritance diagram of mvpa2.featsel.rfe

Classes

RFE(fmeasure, pmeasure, splitter[, …]) Recursive feature elimination.
SplitRFE(lrn, partitioner, fselector[, …]) RFE with the nested cross-validation to estimate optimal number of features.