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