I am looking for Java code for ACO (Ant colony Optimization)- based Feature extraction. I want to adopt the strategy on my Dataset which has real (Numeric) attributes and a binary nominal class attribute. Does anyone know how can I find such a code?
I think you can extend the existing Weka classes to do ACO-based feature selection. However, not sure if this is the easiest way to do it since this will require some coding.