GoLang fann_get_cascade_candidate_limit

request it (304)
GoLang replacement for PHP's fann_get_cascade_candidate_limit [edit | history]



Do you know a GoLang replacement for PHP's fann_get_cascade_candidate_limit? Write it!

PHP fann_get_cascade_candidate_limit

PHP original manual for fann_get_cascade_candidate_limit [ show | php.net ]

fann_get_cascade_candidate_limit

(PECL fann >= 1.0.0)

fann_get_cascade_candidate_limitReturn the candidate limit

Description

float fann_get_cascade_candidate_limit ( resource $ann )

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

Neural network resource.

Return Values

The candidate limit, or FALSE on error.

See Also