Query: fann_get_rprop_delta_min
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_GET_RPROP_DELTA_MIN(3) 1 FANN_GET_RPROP_DELTA_MIN(3) fann_get_rprop_delta_min - Returns the minimum step-sizeSYNOPSISfloat fann_get_rprop_delta_min (resource $ann)DESCRIPTIONThe minimum step-size is a small positive number determining how small the minimum step-size may be. The default value delta min is 0.0.PARAMETERSo $ann -Neural network resource.RETURN VALUESThe minimum step-size, or FALSE on error.SEE ALSOfann_set_rprop_delta_min(3). PHP Documentation Group FANN_GET_RPROP_DELTA_MIN(3)