Research Article
Feature Selection on Elite Hybrid Binary Cuckoo Search in Binary Label Classification
| Input: labelled dataset , Maxiter , CS parameters value, number of nests , number of dimensions (features) | | Output: | | fordo | | ā randomly generate a binary 0-1 string; | | Train the classifier to evaluate accuracy of ; | | Calculate the fitness function value and store it in ; | | end | | ; | | ; | | ; | | while or (stop criterion)do | | āfordo | | āāfordo | | newnest generated by formula (14)ā(17) and store it in ; | | āend | | end | | A new population with n members of and ; | | Train the classifier to evaluate accuracy of ; | | Calculate the fitness function value and store it in ; | | fordo | | if () then | | ā; | | ā; | | āend | | end | | Generate new population after elite selection and crossover; | | Train the classifier to evaluate accuracy of ; | | Calculate the fitness function value and store it in ; | | ; | | ; | | ; | | end |
|