fann_set_rprop_increase_factor
(PECL fann >= 1.0.0)
fann_set_rprop_increase_factor — Sets the increase factor used during RPROP training
Description
bool fann_set_rprop_increase_factor
( resource
$ann
, float $rprop_increase_factor
)Sets the increase factor used during RPROP training.
Liste de paramètres
-
ann
-
Ressource de réseau de neurones.
-
rprop_increase_factor
-
The increase factor.
Valeurs de retour
Retourne TRUE
en cas de succès, FALSE
sinon.
Voir aussi
- fann_get_rprop_increase_factor() - Returns the increase factor used during RPROP training