Package mvpa :: Package featsel :: Module ifs
[hide private]
[frames] | no frames]

Module ifs

source code

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.

Classes [hide private]
  IFS
Incremental feature search.

Imports: N, copy, FeatureSelection, NBackHistoryStopCrit, FixedNElementTailSelector, BestDetector, StateVariable, debug