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

Sets the maximum out epochs.

§See also

fann_get_cascade_max_out_epochs

This function appears in FANN >= 2.0.0.