Uses of Class
unifeat.featureSelection.wrapper.WrapperType
-
Uses of WrapperType in unifeat.featureSelection.wrapper
Modifier and TypeFieldDescriptionstatic final WrapperType
WrapperType.BPSO
static final WrapperType
WrapperType.CPSO
static final WrapperType
WrapperType.HGAFS
static final WrapperType
WrapperType.HPSO_LS
static final WrapperType
WrapperType.NONE
static final WrapperType
WrapperType.OPTIMAL_ACO
static final WrapperType
WrapperType.PSO42
static final WrapperType
WrapperType.SIMPLE_GA
Modifier and TypeMethodDescriptionstatic WrapperType
Converts the wrapper method name to WrapperTypeModifier and TypeMethodDescriptionstatic WrapperApproach
WrapperApproach.newMethod
(WrapperType type, Object... arguments) This method creates new object from one of the classes that has been inherited from the WrapperApproach class according to type of the feature selection method. -
Uses of WrapperType in unifeat.gui
Modifier and TypeMethodDescriptionprivate Object[]
MainPanel.getWrapperApproachParameters
(WrapperType type, int numFeatures) This method returns a list of parameters that are applied in a given wrapper-based feature selection methodprivate void
MainPanel.wrapperApproachPerform
(WrapperType type) This method performs the feature selection based on wrapper-based approach