Package unifeat.featureSelection.hybrid
Class HybridType
java.lang.Object
unifeat.featureSelection.EnumType
unifeat.featureSelection.hybrid.HybridType
This java class is used to define the names of hybrid-based feature selection
methods.
- Author:
- Sina Tabakhi
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
asList()
Returns the names of hybrid-based feature selection methodsstatic boolean
isHybridMethod
(String type) Checks whether the method is hybrid-based feature selection method or notstatic HybridType
Converts the hybrid method name to HybridType
-
Field Details
-
NONE
-
-
Method Details
-
asList
Returns the names of hybrid-based feature selection methods- Returns:
- an array of names of methods
-
parse
Converts the hybrid method name to HybridType- Parameters:
type
- the name of hybrid method as string- Returns:
- the hybrid method type
-
isHybridMethod
Checks whether the method is hybrid-based feature selection method or not- Parameters:
type
- the name of feature selection method- Returns:
- true if method is hybrid-based method
-