PRTools Contents

PRTools User Guide

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 User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.