I found the DoubleCrossValidation code of this paper, but I can't find the code where the final Selected features, Rank and N value are computed. I think this code computes only the ranks of inner and outer loops but the final chosen one is not clear or is not computed.
The code is here:
https://trac.nbic.nl/biomarkerfeatureselection/
https://trac.nbic.nl/biomarkerfeatureselection/downloads
The main problem is that I need the final rank and N value, to get top-N features from rank (from each method). Does anyone know where is the complete code or the complete selected features lists reported in this paper?
A critical assessment of feature selection methods for biomarker discovery in clinical proteomics.
Christin Christin, Huub C J Hoefsloot, Age K Smilde, Berend Hoekman, Frank Suits, Rainer Bischoff, Peter Horvatovich
P.S. All methods work for urine dataset but PCDA doesn't work for CSF dataset.
Article A Critical Assessment of Feature Selection Methods for Bioma...