The Complete SPRLIB & ANNLIB

malloc_space

- allocate memory for samples (LOCAL)

SYNOPSIS

int malloc_space (n, nelm)

ARGUMENTS

int n The dimensionality of a pattern.
int nelm The number of patterns that have to be allocated.

RETURNS

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

FUNCTION

This function is used to allocate space for samples when using the Parzen classifier. By temporarily allocating space for the samples, calculations become easier.

SEE ALSO

parzen_init

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