The Complete SPRLIB & ANNLIB

HIST-flags

- general history flags

SYNOPSIS

HISTU / NO_HISTU Store unit values during network training / don't.
HISTT / NO_HISTT Store bias (theta) values during network training / don't.
HISTW / NO_HISTW Store weight values during network training / don't.

NOTE

These options may lead to large memory consumption for lengthy network training processes. The flags may be OR'ed together in option parameters. If the flags are set, the unit / bias / weight values are stored in a linked list, with a record for each training cycle. At the end of the training process, the history of these values can be found by traversing this linked list.

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