The Complete SPRLIB & ANNLIB

LPAT

- local structure for pattern storage (LOCAL)

SYNOPSIS

typedef struct lpat

{

double *in The input value, a vector of size [1..ninputs].

double *out The ouput value, a vector of size [1..noutputs].

} LPAT;

DESCRIPTION

This structure is used to store the input values and their desired perceptron outputs. When the perceptrons are used, space is allocated using this structure for the learning samples.

NOTE

The variables in and out are in vector format.

SEE ALSO

malloc_lspace

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