Function fann_sys::fann_get_cascade_max_cand_epochs [] [src]

pub unsafe extern "C" fn fann_get_cascade_max_cand_epochs(
    ann: *const fann
) -> c_uint

The 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.

See also

fann_set_cascade_max_cand_epochs

This function appears in FANN >= 2.0.0.