(PECL fann >= 1.0.0)
Sets the training algorithm
bool fann_set_training_algorithm ( resource $ann, int $training_algorithm )
Sets the training algorithm.
More info available in fann_get_training_algorithm().
Parameters:
ann
Neural network resource.
training_algorithm
Training algorithm constant
Returns:
Returns TRUE
on success, or FALSE
otherwise.
See also:
Please login to continue.