FEATSELLR Plus-L-takeaway-R feature selection for classification
[W,RES] = FEATSELLR(A,CRIT,K,L,R,T)
Description Floating selection of K features using the dataset A, by iteratively selecting L optimal features and deselecting R. Starts from the full set of features when L < R, otherwise from the empty set. CRIT sets the criterion used by the feature evaluation routine FEATEVAL. If the dataset T is given, it is used as a tuning set for FEATEVAL. Alternatively a number of cross-validations N may be supplied. For K = 0, the optimal feature set (maximum value of FEATEVAL) is returned. The result W can be used for selecting features by B*W. In this case, features are ranked optimally. The selected features are stored in W.DATA and can be found by +W. In R, the search is reported step by step as RES(:,1) : number of features
See alsomappings, datasets, feateval, featsel, featselo, featselb, featself, featseli, featselp, featselm, prprogress,
|