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

fann_get_rprop_increase_factor

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Returns the increase factor used during RPROP training

Description

fann_get_rprop_increase_factor(resource $ann): float

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

The default increase factor is 1.2.

Parameters

ann

Description

Return Values

The increase factor, or false on error.

See Also

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