The Complete SPRLIB & ANNLIB

BLOCKPOINTERS_STRUCT

- local structure containing pointers to allocated blocks of wavelon- and wavelearn-structs (LOCAL)

SYNOPSIS

typedef struct blockpointers_struct

{

void *wavelon_structs Pointer to the array of wavelons of this network

void *wavelearn_structs Pointer to the array of learn structs (see below) of this network

} BLOCKPOINTERS_STRUCT;

DESCRIPTION

Local structure containing pointers to allocated blocks of wavelon- and wavelearn-structs. Necessary when tying both "blocks" to the network-header, eabling easy retrieval of structures.

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