Uses of Class
unifeat.featureSelection.hybrid.HybridType
-
Uses of HybridType in unifeat.featureSelection.hybrid
Modifier and TypeMethodDescriptionstatic HybridType
Converts the hybrid method name to HybridTypeModifier and TypeMethodDescriptionstatic HybridApproach
HybridApproach.newMethod
(HybridType type, Object... arguments) This method creates new object from one of the classes that has been inherited from the HybridApproach class according to type of the feature selection method. -
Uses of HybridType in unifeat.gui
Modifier and TypeMethodDescriptionprivate Object[]
MainPanel.getHybridApproachParameters
(HybridType type, int sizeSelectedFeatureSubset) This method returns a list of parameters that are applied in a given hybrid-based feature selection methodprivate void
MainPanel.hybridApproachPerform
(HybridType type) This method performs the feature selection based on hybrid-based approach