FEATEVAL Evaluation of feature set for classification
J = FEATEVAL(A,CRIT,T)
Description Evaluation of features by the criterion CRIT, using objects in the dataset A. The larger J, the better. Resulting J-values are incomparable over the various methods. The following methods are supported crit='in-in' : inter-intra distance.
For classification problems, CRIT can also be any untrained classifier, e.g. LDC([],1e-6,1e-6). Then the classification error is used for a performance estimate. If supplied, the dataset T is used for obtaining an unbiased estimate of the performance of classifiers trained with the dataset A. If a number of cross-validations N is supplied, the routine is run for N times with different training and test sets generated from A by cross-validation. Results are averaged. If T nor N are given, the apparent performance on A is used. See alsodatasets, featselo, featselb, featself, featselp, featselm, featrank,
|