PRTools contents |
TESTP
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 |
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. |
PRTools contents |