Uses of Class
unifeat.featureSelection.wrapper.PSOBasedMethods.BasicParticle
Package
Description
-
Uses of BasicParticle in unifeat.featureSelection.wrapper.PSOBasedMethods.BPSO
Modifier and TypeClassDescriptionclass
This java class is used to represent a particle in binary particle swarm optimization (BPSO) method in which the type of position vector is boolean and the type of velocity vector is double. -
Uses of BasicParticle in unifeat.featureSelection.wrapper.PSOBasedMethods.CPSO
Modifier and TypeClassDescriptionclass
This java class is used to represent a particle in continuous particle swarm optimization (CPSO) method in which the type of position and velocity vectors are double. -
Uses of BasicParticle in unifeat.featureSelection.wrapper.PSOBasedMethods.HPSO_LS
Modifier and TypeClassDescriptionclass
This java class is used to represent a particle in hybrid particle swarm optimization method using local search (HPSO-LS) in which the type of position vector is boolean and the type of velocity vector is double. -
Uses of BasicParticle in unifeat.featureSelection.wrapper.PSOBasedMethods.PSO42
Modifier and TypeClassDescriptionclass
This java class is used to represent a particle in particle swarm optimization version 4-2(PSO(4-2)) method in which the type of position and velocity vectors are double.