Uses of Class
unifeat.featureSelection.embedded.EmbeddedType
Packages that use EmbeddedType
-
Uses of EmbeddedType in unifeat.featureSelection.embedded
Fields in unifeat.featureSelection.embedded declared as EmbeddedTypeModifier and TypeFieldDescriptionstatic final EmbeddedType
EmbeddedType.DECISION_TREE_BASED
static final EmbeddedType
EmbeddedType.MSVM_RFE
static final EmbeddedType
EmbeddedType.NONE
static final EmbeddedType
EmbeddedType.OVA_SVM_RFE
static final EmbeddedType
EmbeddedType.OVO_SVM_RFE
static final EmbeddedType
EmbeddedType.RANDOM_FOREST_METHOD
static final EmbeddedType
EmbeddedType.SVM_RFE
Methods in unifeat.featureSelection.embedded that return EmbeddedTypeModifier and TypeMethodDescriptionstatic EmbeddedType
Converts the embedded method name to EmbeddedTypeMethods in unifeat.featureSelection.embedded with parameters of type EmbeddedTypeModifier and TypeMethodDescriptionstatic EmbeddedApproach
EmbeddedApproach.newMethod
(EmbeddedType type, Object... arguments) This method creates new object from one of the classes that has been inherited from the EmbeddedApproach class according to type of the feature selection method. -
Uses of EmbeddedType in unifeat.gui
Methods in unifeat.gui with parameters of type EmbeddedTypeModifier and TypeMethodDescriptionprivate void
MainPanel.embeddedApproachPerform
(EmbeddedType type) This method performs the feature selection based on embedded-based approachprivate Object[]
MainPanel.getEmbeddedApproachParameters
(EmbeddedType type) This method returns a list of parameters that are applied in a given embedded-based feature selection method