The Complete SPRLIB & ANNLIB

FUNCTION-variables

- some variables regarding activation and transfer functions (LOCAL)

SYNOPSIS

FUNCTION ActFuncs[] An array of activation functions.
FUNCTION TransFuncs[] An array of transfer functions.
FUNCTION DerTransFuncs[] An array of first derivatives of transfer functions.
FUNCTION DerDerTransFuncs[] An array of second derivatives of transfer functions.

DESCRIPTION

These variables are used in the activation / transfer function translation scheme. They are filled at compile-time. If a new activation or transfer function is added, a FUNCTION record should be added to one of the FUNCTION-variables. This keeps the checking of the validity of activation or transfer functions easy to maintain.

SEE ALSO

get_trans_func_ptr, get_act_func_ptr, get_trans_func_name, get_act_func_name , get_trans_func_no_pars, valid_transfer_function, valid_der_transfer_function , valid_der_der_transfer_function, valid_trans_func, valid_activation_function , FUNCTION-constants

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