Uses of Class
unifeat.featureSelection.wrapper.GABasedMethods.BasicGA
Packages that use BasicGA
Package
Description
-
Uses of BasicGA in unifeat.featureSelection.wrapper.GABasedMethods.HGAFS
Subclasses of BasicGA in unifeat.featureSelection.wrapper.GABasedMethods.HGAFSModifier and TypeClassDescriptionclass
This java class is used to implement feature selection method based on hybrid genetic algorithm for feature selection using local search (HGAFS) in which the type of Population is extended from Population class. -
Uses of BasicGA in unifeat.featureSelection.wrapper.GABasedMethods.SimpleGA
Subclasses of BasicGA in unifeat.featureSelection.wrapper.GABasedMethods.SimpleGAModifier and TypeClassDescriptionclass
This java class is used to implement feature selection method based on simple genetic algorithm (Simple GA) in which the type of Population is extended from Population class.