Query: fann_get_rprop_delta_zero
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_GET_RPROP_DELTA_ZERO(3) 1 FANN_GET_RPROP_DELTA_ZERO(3) fann_get_rprop_delta_zero - Returns the initial step-sizeSYNOPSISReturnType fann_get_rprop_delta_zero (resource $ann)DESCRIPTIONThe initial step-size is a positive number determining the initial step size. The default delta zero is 0.1.PARAMETERSo $ann -Neural network resource.RETURN VALUESThe initial step-size, or FALSE on error.SEE ALSOfann_set_rprop_delta_zero(3), fann_get_rprop_delta_min(3), fann_get_rprop_delta_max(3). PHP Documentation Group FANN_GET_RPROP_DELTA_ZERO(3)