Uses of Class
unifeat.featureSelection.wrapper.WrapperType
Packages that use WrapperType
-
Uses of WrapperType in unifeat.featureSelection.wrapper
Fields in unifeat.featureSelection.wrapper declared as WrapperTypeModifier and TypeFieldDescriptionstatic final WrapperTypeWrapperType.BPSOstatic final WrapperTypeWrapperType.CPSOstatic final WrapperTypeWrapperType.HGAFSstatic final WrapperTypeWrapperType.HPSO_LSstatic final WrapperTypeWrapperType.NONEstatic final WrapperTypeWrapperType.OPTIMAL_ACOstatic final WrapperTypeWrapperType.PSO42static final WrapperTypeWrapperType.SIMPLE_GAMethods in unifeat.featureSelection.wrapper that return WrapperTypeModifier and TypeMethodDescriptionstatic WrapperTypeConverts the wrapper method name to WrapperTypeMethods in unifeat.featureSelection.wrapper with parameters of type WrapperTypeModifier and TypeMethodDescriptionstatic WrapperApproachWrapperApproach.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.