Man Page: fann_get_cascade_activation_functions
Operating Environment: php
Section: 3
FANN_GET_CASCADE_ACTIVATION_FUNCTIONS(3) 1 FANN_GET_CASCADE_ACTIVATION_FUNCTIONS(3) fann_get_cascade_activation_functions - Returns the cascade activation functionsSYNOPSISarray fann_get_cascade_activation_functions (resource $ann)DESCRIPTIONThe cascade activation functions array is an array of the different activation functions used by the candidates See fann_get_cascade_num_candidates(3) for a description of which candidate neurons will be generated by this array. The default activation functions are FANN_SIGMOID, FANN_SIGMOID_SYMMETRIC, FANN_GAUSSIAN, FANN_GAUSSIAN_SYMMETRIC, FANN_ELLIOT, FANN_ELLIOT_SYMMETRIC.PARAMETERSo $ann -Neural network resource.RETURN VALUESThe cascade activation functions, or FALSE on error.SEE ALSOfann_get_cascade_activation_functions_count(3), fann_set_cascade_activation_functions(3). PHP Documentation Group FANN_GET_CASCADE_ACTIVATION_FUNCTIONS(3)
| Related Man Pages |
|---|
| fann_get_activation_function(3) - php |
| fann_get_bit_fail(3) - php |
| fann_get_cascade_candidate_stagnation_epochs(3) - php |
| fann_set_callback(3) - php |
| ai::fann(3pm) - debian |