testp
TESTP
Error estimation of Parzen classifier
E = TESTP(A,H,T)
E = TESTP(A,H)
Input | A | input dataset | H | matrix smoothing parameters (optional, def: determined via parzenc) | T | test dataset (optional) |
Output | E | estimated error rate |
Description Tests a dataset T on dataset A using a Parzen classification and returns the | classification error E. Returns the leave-one-out error estimate. If | H | is not given, it is determined by PARZENC. |
See also
datasets, mappings, parzen_map, parzenml, parzenc, This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|