I have applied genetic algorithm with SVM as feature selection method for high dimensional datasets (i.e gene expression data). The algorithm was evaluated based on classification accuracy using 10 folds cross validation.
There exist state-of-the-art methods which are applied on the same datasets. For Fair comparison, can i reported there results and compare with them directly on my research. Note that all of them used same validation (i.e 10 folds cross validation), its mean that It means the input data has different set on each experiment. Is this mean that comparison will not be fair ???
Should I have re-implemented the methods in the literature to do a fair comparison.
Thanks in advance