Package unifeat.featureSelection.wrapper.GABasedMethods.HGAFS
package unifeat.featureSelection.wrapper.GABasedMethods.HGAFS
-
ClassDescriptionThis 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.This java class is used to represent an individual in simple genetic algorithm (Simple GA) method in which the type of gene vector is boolean.This java class is used to implement a population of individuals in hybrid genetic algorithm for feature selection using local search (HGAFS) in which the type of individual is extended from Individual class.