Query: fann_get_cascade_candidate_limit
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_GET_CASCADE_CANDIDATE_LIMIT(3) 1 FANN_GET_CASCADE_CANDIDATE_LIMIT(3) fann_get_cascade_candidate_limit - Return the candidate limitSYNOPSISfloat fann_get_cascade_candidate_limit (resource $ann)DESCRIPTIONThe 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.PARAMETERSo $ann -Neural network resource.RETURN VALUESThe candidate limit, or FALSE on error.SEE ALSOfann_set_cascade_candidate_limit(3). PHP Documentation Group FANN_GET_CASCADE_CANDIDATE_LIMIT(3)