pub unsafe extern "C" fn fann_set_cascade_max_cand_epochs(
    ann: *mut fann,
    cascade_max_cand_epochs: c_uint
)
Expand description

Sets the max candidate epochs.

§See also

fann_get_cascade_max_cand_epochs

This function appears in FANN >= 2.0.0.