The Complete SPRLIB & ANNLIB

ESTIMATE-variables

- local variables used in the error estimation routines .

SYNOPSIS

int points The number of points stored sofar.
double **cov The summed covariance matrices found sofar, a matrix of size [1..n][1..n].
double *mean The summed means found sofar, a vector of size [1..n].

DESCRIPTION

The variables are used to store local information when computing classification errors.

SEE ALSO

malloc_estimate, free_estimate, add_mean_var, calc_mean_var

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