Query: fann_get_rprop_delta_max
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)