Uses of Class
unifeat.featureSelection.wrapper.GABasedMethods.BasicGA
Package
Description
-
Uses of BasicGA in unifeat.featureSelection.wrapper.GABasedMethods.HGAFS
Modifier 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
Modifier 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.