A robust implementation of nested cross-validation for optimal feature selection in classification tasks. This method combines Leave-One-Out Cross-Validation (LOOCV) in the outer loop with 10-fold ...
function [InternalTable, ExternalTable, TimeTable, OptimizedParamsTable, StatTestTable, OptimizedParamsRaw, ML_Probs_Int, ML_Labels_Int, ML_Probs_Ext, ML_Labels_Ext ...