The Complete SPRLIB & ANNLIB

NET-ACCESS-flags

- flags used to regulate access to system data and user data fields in networks

SYNOPSIS

NETREAD / NETWRITE Disallow / allow write access to the NET structure's SystemData field.
WEIGHTREAD / WEIGHTWRITE Disallow / allow write access to the WEIGHT structure's SystemData field.
LINKREAD / LINKWRITE Disallow / allow write access to the LINK structure's SystemData field.
UNITREAD / UNITWRITE Disallow / allow write access to the UNIT structure's SystemData field.
UNETREAD / UNETWRITE Disallow / allow write access to the NET structure's UserData field.
UWEIGHTREAD / UWEIGHTWRITE Disallow / allow write access to the WEIGHT structure's UserData field.
ULINKREAD / ULINKWRITE Disallow / allow write access to the LINK structure's UserData field.
UUNITREAD / UUNITWRITE Disallow / allow write access to the UNIT structure's UserData field.
BP_INIT_DONE Indicates the back-propagation initialization routine has finished.
WAVPROP_INIT_DONE Indicates the wavelet network initialization routine has finished.

NOTE

These flags can be OR'ed together in the NET structure's SystemDataRWFlag field to control the access to various system data fields and user data fields. Network training functions check these flags to see if they have write permission in the SystemData field in the NET structure. The READ and WRITE flags are mutually exclusive, i.e. some NET, LINK etc. is either write-only (READ) or read-write (WRITE) accessible. BP_INIT_DONE is set once the back-propagation initialization routine is finished.

SEE ALSO

NET , bp_init , system_data

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