Package unifeat.featureSelection.wrapper.PSOBasedMethods.BPSO
package unifeat.featureSelection.wrapper.PSOBasedMethods.BPSO
-
ClassDescriptionThis 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.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.This java class is used to implement a swarm of particles in binary particle swarm optimization (BPSO) method in which the type of position vector is boolean and the type of particle is extended from Particle class.