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 EmbeddedTypeEmbeddedType.DECISION_TREE_BASEDstatic final EmbeddedTypeEmbeddedType.MSVM_RFEstatic final EmbeddedTypeEmbeddedType.NONEstatic final EmbeddedTypeEmbeddedType.OVA_SVM_RFEstatic final EmbeddedTypeEmbeddedType.OVO_SVM_RFEstatic final EmbeddedTypeEmbeddedType.RANDOM_FOREST_METHODstatic final EmbeddedTypeEmbeddedType.SVM_RFEMethods in unifeat.featureSelection.embedded that return EmbeddedTypeModifier and TypeMethodDescriptionstatic EmbeddedTypeConverts the embedded method name to EmbeddedTypeMethods in unifeat.featureSelection.embedded with parameters of type EmbeddedTypeModifier and TypeMethodDescriptionstatic EmbeddedApproachEmbeddedApproach.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 voidMainPanel.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