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

fann_get_cascade_candidate_limit

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Return the candidate limit

Description

fann_get_cascade_candidate_limit(resource $ann): float

The candidate limit is a limit for how much the candidate neuron may be trained. The limit is a limit on the proportion between the MSE and candidate score.

Set this to a lower value to avoid overfitting and to a higher if overfitting is not a problem.

The default candidate limit is 1000.0.

Parameters

ann

Description

Return Values

The candidate limit, or false on error.

See Also

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