Uses of Class
unifeat.featureSelection.wrapper.PSOBasedMethods.BasicPSO
Package
Description
-
Uses of BasicPSO in unifeat.featureSelection.wrapper.PSOBasedMethods.BPSO
Modifier and TypeClassDescriptionclass
This java class is used to implement feature selection method based on binary particle swarm optimization (BPSO) in which the type of Swarm is extended from Swarm class. -
Uses of BasicPSO in unifeat.featureSelection.wrapper.PSOBasedMethods.CPSO
Modifier and TypeClassDescriptionclass
This java class is used to implement feature selection method based on continuous particle swarm optimization (CPSO) in which the type of Swarm is extended from Swarm class. -
Uses of BasicPSO in unifeat.featureSelection.wrapper.PSOBasedMethods.HPSO_LS
Modifier and TypeClassDescriptionclass
This java class is used to implement feature selection based on hybrid particle swarm optimization method using local search (HPSO-LS) in which the type of Swarm is extended from Swarm class. -
Uses of BasicPSO in unifeat.featureSelection.wrapper.PSOBasedMethods.PSO42
Modifier and TypeClassDescriptionclass
This java class is used to implement feature selection method based on particle swarm optimization version 4-2(PSO(4-2)) with new initialization strategy and updating rule in which the type of Swarm is extended from Swarm class.