MATLAB Function Reference | Search  Help Desk |
fs | See Also |
FS performs a features selection on the dataset d
Syntax
newd=fs(d,s)
Description
newd=fs(d,s)
d
is a dataset objects
is a vector containing the index of the features to select.newd
is a dataset with selected features only.
pick, cut, get