php8.5
Home/ Manual/ fann / functions/ fann_get_training_algorithm

fann_get_training_algorithm

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Returns the training algorithm

Description

fann_get_training_algorithm(resource $ann): int

Returns the training algorithm. This training algorithm is used by fann_train_on_data() and associated functions.

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

Description

Return Values

Training algorithm constant, or false on error.

See Also

Source: reference/fann/functions/fann-get-training-algorithm.xml · from the official PHP manual (php/doc-en)