MATLAB Function Reference
  Go to function:
    Search    Help Desk 
fs     See Also

FS performs a features selection on the dataset d

Syntax

Description

newd=fs(d,s)
d is a dataset object
s is a vector containing the index of the features to select.

newd is a dataset with selected features only.

See Also

pick, cut, get

[ Help Desk ]