The Complete SPRLIB & ANNLIB

valid_activation_function

- check if an activation function pointer is valid

SYNOPSIS

int valid_activation_function (ptr)

int valid_act_func (ptr)

ARGUMENTS

void *ptr A pointer to an activation function.

RETURNS

TRUE if the activation function exists, FALSE if not.

FUNCTION

This routine searches the function with address ptr in ActFuncs (see FUNCTION-variables).

NOTE

valid_act_func is shorthand for valid_activation_function.

SEE ALSO

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

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