Man Page: fann_get_rprop_delta_max
Operating Environment: php
Section: 3
FANN_GET_RPROP_DELTA_MAX(3) 1 FANN_GET_RPROP_DELTA_MAX(3) fann_get_rprop_delta_max - Returns the maximum step-sizeSYNOPSISfloat fann_get_rprop_delta_max (resource $ann)DESCRIPTIONThe maximum step-size is a positive number determining how large the maximum step-size may be. The default delta max is 50.0.PARAMETERSo $ann -Neural network resource.RETURN VALUESThe maximum step-size, or FALSE on error.SEE ALSOfann_set_rprop_delta_max(3), fann_get_rprop_delta_min(3). PHP Documentation Group FANN_GET_RPROP_DELTA_MAX(3)
| Related Man Pages |
|---|
| fann_cascadetrain_on_data(3) - php |
| fann_get_activation_function(3) - php |
| fann_get_cascade_candidate_change_fraction(3) - php |
| fann_init_weights(3) - php |
| fann_save(3) - php |