| MATLAB Function Reference | Search  Help Desk |
| randfs1 | Examples See Also |
RANDFS1 : a features subsets builder by sampling with replacement
Syntax
FS = RANDFS1(D,PROP,NB)
Description
FS = RANDFS1(D,PROP,NB)
FS = cell array containing the subsets of featuresD = training set build with 'dataset'PROP = percentage of the total number of attributes NB = number of subsetsfs = randfs1(train,0.5,10);
randfs2