i am working in data classification using metaheuristic ( and swarm )feature selection , i appply svm,knn in the original dataset without fs (100 features) and record the accuracy in weka tool
and then make a wrapper feature selection ( swarm + knn as a fitness function ) and produce a subset of features ( f.e 20) and take only20 features and make a classification again in weka
compare the without/with swarm/2 filter based fs in weka
1- the acuracy here is the best solution fitness in swarm algorithm or the accuracy of classification after fs ?
2- how many datasets and their sizes ( i use small 20 features , this is true)
3- why to make 20 runs of algorithm and is it neccessary ?
thank you