PHP.nl

fann_get_cascade_activation_functions

fann_get_cascade_activation_functions

Returns the cascade activation functions

array **fann_get_cascade_activation_functions** resource $ann

The cascade activation functions array is an array of the different activation functions used by the candidates

See for a description of which candidate neurons will be generated by this array. fann_get_cascade_num_candidates

The default activation functions are , , , , , . FANN_SIGMOID``FANN_SIGMOID_SYMMETRIC``FANN_GAUSSIAN``FANN_GAUSSIAN_SYMMETRIC``FANN_ELLIOT``FANN_ELLIOT_SYMMETRIC

annThe cascade activation functions, or false on error.

fann_get_cascade_activation_functions_count``fann_set_cascade_activation_functions