Query: fann_get_cascade_max_cand_epochs
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_GET_CASCADE_MAX_CAND_EPOCHS(3) 1 FANN_GET_CASCADE_MAX_CAND_EPOCHS(3) fann_get_cascade_max_cand_epochs - Returns the maximum candidate epochsSYNOPSISint fann_get_cascade_max_cand_epochs (resource $ann)DESCRIPTIONThe maximum candidate epochs determines the maximum number of epochs the input connections to the candidates may be trained before adding a new candidate neuron. The default max candidate epochs is 150.PARAMETERSo $ann -Neural network resource.RETURN VALUESThe maximum candidate epochs, or FALSE on error.SEE ALSOfann_set_cascade_max_cand_epochs(3). PHP Documentation Group FANN_GET_CASCADE_MAX_CAND_EPOCHS(3)