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

fann_get_rprop_decrease_factor

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Returns the decrease factor used during RPROP training

Description

fann_get_rprop_decrease_factor(resource $ann): float

The decrease factor is a value smaller than 1, which is used to decrease the step-size during RPROP training.

The default decrease factor is 0.5.

Parameters

ann

Description

Return Values

The decrease factor, or false on error.

See Also

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