FANN_SET_RPROP_DELTA_MIN(3) 1 FANN_SET_RPROP_DELTA_MIN(3)
fann_set_rprop_delta_min - Sets the minimum step-size
SYNOPSIS
bool fann_set_rprop_delta_min (resource $ann, float $rprop_delta_min)
DESCRIPTION
The minimum step-size is a small positive number determining how small the minimum step-size may be.
PARAMETERS
o $ann
-Neural network resource.
o $rprop_delta_min
- The minimum step-size.
RETURN VALUES
Returns TRUE on success, or FALSE otherwise.
SEE ALSO
fann_get_rprop_delta_min(3).
PHP Documentation Group FANN_SET_RPROP_DELTA_MIN(3)