Man Page: fann_get_rprop_delta_zero
Operating Environment: php
Section: 3
FANN_GET_RPROP_DELTA_ZERO(3) 1 FANN_GET_RPROP_DELTA_ZERO(3)
fann_get_rprop_delta_zero - Returns the initial step-size
SYNOPSIS
ReturnType fann_get_rprop_delta_zero (resource $ann)
DESCRIPTION
The initial step-size is a positive number determining the initial step size.
The default delta zero is 0.1.
PARAMETERS
o $ann
-Neural network resource.
RETURN VALUES
The initial step-size, or FALSE on error.
SEE ALSO
fann_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)