fann_set_training_algorithm
(PECL fann >= 1.0.0)
fann_set_training_algorithm — Sets the training algorithm
Description
bool fann_set_training_algorithm
( resource
$ann
, int $training_algorithm
)Sets the training algorithm.
More info available in fann_get_training_algorithm().
Liste de paramètres
-
ann
-
Ressource de réseau de neurones.
-
training_algorithm
-
Training algorithm constant
Valeurs de retour
Retourne TRUE
en cas de succès, FALSE
sinon.