fann_set_rprop_increase_factor
PHP function
Edit on GitHub ✎
(PECL fann >= 1.0.0)
Sets the increase factor used during RPROP training
Description
fann_set_rprop_increase_factor(resource $ann, float $rprop_increase_factor): bool
Sets the increase factor used during RPROP training.
Parameters
annDescription
rprop_increase_factorThe increase factor.