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)
|
'Untrain' feature selection Necessary for full 'untraining' of the classifiers. By default does nothing, needs to be overridden in corresponding feature selections to pass to the sensitivities |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:26 2012 | http://epydoc.sourceforge.net |