The Complete SPRLIB & ANNLIB

parzen_init

- initialization for the Parzen classifier

SYNOPSIS

int parzen_init (dset)

ARGUMENTS

DATASET *dset The dataset used in the parzen classifier.

RETURNS

The function returns TRUE if an error occurred, and FALSE otherwise.

FUNCTION

This function initializes the required datastructures needed to perform Parzen classification and other functions using the Parzen classifier. It takes as input a dataset and allocates space in order to be able to perform operations.

NOTE

Whenever perfoming any operations using the Parzen classifier, this function has to be called first (and only once) in order to initialize the Parzen system.

SEE ALSO

parzen_free

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