PRTools contents

PRTools manual

parzen_map

PARZEN_MAP

Map a dataset on a Parzen densities based classifier

    F = PARZEN_MAP(A,W)

Input
 A Dataset
 W Trained Parzen classifier mapping (default: PARZENC(A))

Output
 F Mapped dataset

Description

Maps the dataset A by the Parzen density based classfier W. F*sigm are the  posterior probabilities. W should be trained by a classifier like PARZENC.  This routine is called automatically to solve A*W, if W is trained by  PARZENC.

The global PRMEMORY is read for the maximum size of the internally declared  matrix, default inf.

See also

mappings, datasets, parzenc, testp,

PRTools contents

PRTools manual