fann_set_rprop_decrease_factor
PHP function
Edit on GitHub ✎
(PECL fann >= 1.0.0)
Sets the decrease factor used during RPROP training
Description
fann_set_rprop_decrease_factor(resource $ann, float $rprop_decrease_factor): bool
Sets the decrease factor used during RPROP training.
Parameters
annDescription
rprop_decrease_factorThe decrease factor.