Feature selection approaches and feature reduction are very close. However, feature selection allows selecting features among a certain objective function to be optimised without transforming the features ( Sequential Forward selection SFS, GA based feature selection, PSO based feature selection...) . Feature reduction approaches allows representing features in another space, so the features are transformed (PCA, LDA..)
can we compare this approaches together?
the feature are not in the same space, i think that the comparison are not feasible, am i wrong?
Thank you in advance