REJECT Compute the error-reject trade-off curve
E = REJECT(D);
DescriptionE = REJECT(D) computes the error-reject curve of the classification result D = A*W, in which A is a dataset and W is a classifier. E is a structure storing the error curve in E.ERROR. Use PLOTE(E) for plotting the result. E = REJECT(A,W) computes a set of error-reject curves for all trained
Example(s)
A - training set, B - test set:
Reference(s)1. R.O. Duda, P.E. Hart, and D.G. Stork, Pattern classification, 2nd edition, John Wiley and Sons, New York, 2001. See alsodatasets, mappings, plote, prroc, testc,
|