FANN_GET_TRAINING_ALGORITHM(3) 1 FANN_GET_TRAINING_ALGORITHM(3)
fann_get_training_algorithm - Returns the training algorithm
SYNOPSIS
int fann_get_training_algorithm (resource $ann)
DESCRIPTION
Returns the training algorithm. This training algorithm is used by fann_train_on_data(3) and associated functions.
Note that this algorithm is also used during fann_cascadetrain_on_data(3), although only FANN_TRAIN_RPROP and FANN_TRAIN_QUICKPROP is
allowed during cascade training.
PARAMETERS
o $ann
-Neural network resource.
RETURN VALUES
Training algorithm constant, or FALSE on error.
SEE ALSO
fann_set_training_algorithm(3).
PHP Documentation Group FANN_GET_TRAINING_ALGORITHM(3)