fann_set_rprop_delta_zero
PHP function
Edit on GitHub ✎
(PECL fann >= 1.0.0)
Sets the initial step-size
Description
fann_set_rprop_delta_zero(resource $ann, float $rprop_delta_zero): bool
The initial step-size is a positive number determining the initial step size.
Parameters
annDescription
rprop_delta_zeroThe initial step-size.