hi
i have data set with 46 attribute and i want to select feature set that have :
1) maximum relevance to class attribute
2) minimum redundancy
3) minimum number of feature
4) best performance (e.g accuracy + f_measure + AUC)
What should I do for this?