Home | Trees | Indices | Help |
|
---|
|
Base class for any feature selection
Base class for Functors which implement feature selection on the datasets.
|
|||
Inherited from |
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
selected_ids = StateVariable(enabled= False)
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Invocation of the feature selection Returns a tuple with the dataset containing the selected features. If present the tuple also contains the selected features of the test dataset. Derived classes must provide interface to access other relevant to the feature selection process information (e.g. mask, elimination step (in RFE), etc)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Apr 2 18:37:06 2009 | http://epydoc.sourceforge.net |