The Complete SPRLIB & ANNLIB

malloc_estimate

- allocate memory for covariance estimation (LOCAL)

SYNOPSIS

int malloc_estimate (n)

ARGUMENTS

int n The dimensionality of the patterns to be stored.

RETURNS

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

FUNCTION

This function allocates memory and initializes the local variables, see ESTIMATE-variables. Furthermore the function allocates space for the mean vectors and covariance matrices used in the summations when calculating mean and variances.

SEE ALSO

free_estimate, add_mean_var, calc_mean_var, ESTIMATE-variables

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