Php/docs/function.fann-get-cascade-candidate-stagnation-epochs

From Get docs

fann_get_cascade_candidate_stagnation_epochs

(PECL fann >= 1.0.0)

fann_get_cascade_candidate_stagnation_epochsReturns the number of cascade candidate stagnation epochs


Description

fann_get_cascade_candidate_stagnation_epochs ( resource $ann ) : int

The number of cascade candidate stagnation epochs determines the number of epochs training is allowed to continue without changing the MSE by a fraction of fann_get_cascade_candidate_change_fraction().

See more info about this parameter in fann_get_cascade_candidate_change_fraction().

The default number of cascade candidate stagnation epochs is 12.


Parameters

ann
Neural network resource.


Return Values

The number of cascade candidate stagnation epochs, or FALSE on error.


See Also