Uses of Class
unifeat.featureSelection.hybrid.HybridType
Packages that use HybridType
-
Uses of HybridType in unifeat.featureSelection.hybrid
Fields in unifeat.featureSelection.hybrid declared as HybridTypeMethods in unifeat.featureSelection.hybrid that return HybridTypeModifier and TypeMethodDescriptionstatic HybridType
Converts the hybrid method name to HybridTypeMethods in unifeat.featureSelection.hybrid with parameters of type 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
Methods in unifeat.gui with parameters of type HybridTypeModifier 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