fann_get_training_algorithm
Returns the training algorithm
Description
int fann_get_training_algorithm
( resource $ann
)
Note that this algorithm is also used during fann_cascadetrain_on_data, although only
FANN_TRAIN_RPROP
and FANN_TRAIN_QUICKPROP
is allowed during cascade training.
Parameters
-
ann
-
Neural network resource.
See Also
- fann_set_training_algorithm