Package unifeat.featureSelection.wrapper
Class WrapperType
java.lang.Object
unifeat.featureSelection.EnumType
unifeat.featureSelection.wrapper.WrapperType
This java class is used to define the names of wrapper-based feature
selection methods.
- Author:
- Sina Tabakhi
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final WrapperType
static final WrapperType
static final WrapperType
static final WrapperType
static final WrapperType
static final WrapperType
static final WrapperType
static final WrapperType
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
asList()
Returns the names of wrapper-based feature selection methodsstatic boolean
isWrapperMethod
(String type) Checks whether the method is wrapper-based feature selection method or notstatic WrapperType
Converts the wrapper method name to WrapperType
-
Field Details
-
NONE
-
BPSO
-
CPSO
-
PSO42
-
HPSO_LS
-
SIMPLE_GA
-
HGAFS
-
OPTIMAL_ACO
-
-
Method Details
-
asList
Returns the names of wrapper-based feature selection methods- Returns:
- an array of names of methods
-
parse
Converts the wrapper method name to WrapperType- Parameters:
type
- the name of wrapper method as string- Returns:
- the wrapper method type
-
isWrapperMethod
Checks whether the method is wrapper-based feature selection method or not- Parameters:
type
- the name of feature selection method- Returns:
- true if method is wrapper-based method
-