FANN_GET_RPROP_DELTA_MIN(3) 1 FANN_GET_RPROP_DELTA_MIN(3)
fann_get_rprop_delta_min - Returns the minimum step-size
SYNOPSIS
float fann_get_rprop_delta_min (resource $ann)
DESCRIPTION
The 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.
PARAMETERS
o $ann
-Neural network resource.
RETURN VALUES
The minimum step-size, or FALSE on error.
SEE ALSO
fann_set_rprop_delta_min(3).
PHP Documentation Group FANN_GET_RPROP_DELTA_MIN(3)