Man Page: fann_set_training_algorithm
Operating Environment: php
Section: 3
FANN_SET_TRAINING_ALGORITHM(3) 1 FANN_SET_TRAINING_ALGORITHM(3)
fann_set_training_algorithm - Sets the training algorithm
SYNOPSIS
bool fann_set_training_algorithm (resource $ann, int $training_algorithm)
DESCRIPTION
Sets the training algorithm.
More info available in fann_get_training_algorithm(3).
PARAMETERS
o $ann
-Neural network resource.
o $training_algorithm
-Training algorithm constant
RETURN VALUES
Returns TRUE on success, or FALSE otherwise.
SEE ALSO
fann_get_training_algorithm(3).
PHP Documentation Group FANN_SET_TRAINING_ALGORITHM(3)