I have M*N dataset where M=Samples and N=features. i want to select features due to which SVM classification accuracy is high by using Particle swarm optimization .
i am not getting
1) where to assign features of dataset in pso implementation?[I mean how to load dataset for PSO]
2) swarm size[is it equal to M = no. of sample ?]
3) Where to assign M in PSO algorithm?
I have googled a lot and stuck over here in my research work . thanks a lot for help .