Uses of Class
unifeat.featureSelection.wrapper.PSOBasedMethods.BasicPSO
Packages that use BasicPSO
Package
Description
-
Uses of BasicPSO in unifeat.featureSelection.wrapper.PSOBasedMethods.BPSO
Subclasses of BasicPSO in unifeat.featureSelection.wrapper.PSOBasedMethods.BPSOModifier 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
Subclasses of BasicPSO in unifeat.featureSelection.wrapper.PSOBasedMethods.CPSOModifier 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
Subclasses of BasicPSO in unifeat.featureSelection.wrapper.PSOBasedMethods.HPSO_LSModifier 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
Subclasses of BasicPSO in unifeat.featureSelection.wrapper.PSOBasedMethods.PSO42Modifier 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.