PRTools contents

PRTools manual

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   DATASETS, MAPPINGS, PARZEN_MAP, PARZENML, PARZENC.

PRTools contents

PRTools manual