FEATRANK Feature ranking on individual performance for classification
[I,F] = FEATRANK(A,CRIT,T)
DescriptionFeature ranking based on the training dataset A. CRIT determines the criterion used by the feature evaluation routine feateval. If the dataset T is given, it is used as test set for feateval. In I the features are returned in decreasing performance. In F the corresponding values of feateval are given. Default: crit='NN'. See alsomappings, datasets, feateval, featselo, featselb, featself, featselp, featselm,
|