Closed garethjns closed 7 years ago
In featuresObject methods genFileListNoConcat and genFileListSomeSingles sub path has been changed to:
sDir = [paths.dataDir, str, '_', subs{s}, '_New\'];
Rather than:
sDir = [paths.dataDir, str, '_', subs{s}, '\'];
It now doesn't match the locations created by copyTestLeakToTrain(params.paths) during initial set up and will need to be changed back after hold out testing.
Reverted to:
Not tested yet.
In featuresObject methods genFileListNoConcat and genFileListSomeSingles sub path has been changed to:
sDir = [paths.dataDir, str, '_', subs{s}, '_New\'];
Rather than:
sDir = [paths.dataDir, str, '_', subs{s}, '\'];
It now doesn't match the locations created by copyTestLeakToTrain(params.paths) during initial set up and will need to be changed back after hold out testing.