Home | Trees | Indices | Help |
|
---|
|
Meta feature selection utilizing several embedded selection methods.
Each embedded feature selection method is computed individually. Afterwards all feature sets are combined by either taking the union or intersection of all sets.
The individual feature sets of all embedded methods are optionally avialable from the selections_ids state variable.
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
selections_ids = StateVariable(doc= "List of feature id sets f
|
|||
feature_selections = property(fget= lambda self: self.__featur
|
|||
combiner = property(fget= lambda self: self.__combiner, doc= "
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
'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
|
|
|
selections_ids
|
feature_selections
|
combiner
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:26 2012 | http://epydoc.sourceforge.net |