The Complete SPRLIB & ANNLIB

get_act_func_ptr

- convert an activation function name to a pointer

SYNOPSIS

void *get_act_func_ptr (name)

ARGUMENTS

char *name The name of the activation function.

RETURNS

A pointer to the activation function if found, NULL otherwise.

FUNCTION

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

SEE ALSO

get_trans_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, FUNCTION-constants, FUNCTION-variables

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