3 %> @brief Returns a cell of subsetsprocessors
5 %> Please check the source code
for exact definition.
9 %> @param Returns a cell of subsetprocesso objects
20 ssp.nf4grades = ii(i);
21 ssp.nf4gradesmode = 'fixed';
22 ssp.title = sprintf('%d informative feature%s', ii(i),
iif(ii(i) == 1, '', 's'));
29 ssp.nf4gradesmode =
'fixed';
30 ssp.title =
'All informative';
36 ssp.nf4gradesmode =
'fixed';
37 ssp.minhits_perc = MINHITS_PERC;
38 ssp.title = sprintf(
'All informative with minimum hits of %.1f%%', MINHITS_PERC*100);
42 % ssp.nf4gradesmode =
'stability';
43 % ssp.stabilitythreshold = 0.05;
44 % ssp.weightmode =
'uniform';
45 % ssp.stabilitytype =
'kun';
46 % ssp.title =
'Stability threshold';
function iif(in cond, in x1, in x2)
function def_subsetsprocessors()
Processor of a set of subsets of features.