mvpa2.featsel.ifsΒΆ

Incremental feature search (IFS).

Very similar to Recursive feature elimination (RFE), but instead of begining with all features and stripping some sequentially, start with an empty feature set and include important features successively.

Inheritance diagram of mvpa2.featsel.ifs

Functions

Classes

IFS(fmeasure, pmeasure, splitter[, fselector]) Incremental feature search.