The Complete SPRLIB & ANNLIB

PARZELM

- local structure for Parzen classification

SYNOPSIS

typedef struct parzelm

{

int class The class of the stored pattern.

double *pattern The value of the stored pattern, a vector of size [1..n].

} PARZELM;

DESCRIPTION

This structure is used locally to store the necessary data for the use of Parzen classifier functions. During the usage of parzen routines an array of instantiated structures is created (by calling parzen_init). Each of these structures contains a pattern and its class.

NOTE

The variable pattern is in vector format.

SEE ALSO

parzen_init, parzen_free

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998