PARZEN_MAP Map a dataset on a Parzen densities based classifier
F = PARZEN_MAP(A,W)
DescriptionMaps 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 alsomappings, datasets, parzenc, testp,
|