Package unifeat.featureSelection
Class EnumType
java.lang.Object
unifeat.featureSelection.EnumType
- Direct Known Subclasses:
ClassifierType
,CrossOverType
,EmbeddedType
,FilterType
,HybridType
,MultivariateMethodType
,MutationType
,ReplacementType
,ResultType
,SelectionType
,SelectModeType
,SVMKernelType
,TreeType
,WrapperType
The abstract class contains the main methods and fields that are used in all
enumerable types.
- Author:
- Sina Tabakhi
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
value
protected int value
-
-
Constructor Details
-
EnumType
Initializes the parameters- Parameters:
name
- the name of object
-
EnumType
Initializes the parameters- Parameters:
name
- the name of objectvalue
- the value of object
-
-
Method Details