Function fann_sys::fann_get_cascade_max_out_epochs[][src]

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

The maximum out epochs determines the maximum number of epochs the output connections may be trained after adding a new candidate neuron.

The default max out epochs is 150

See also

fann_set_cascade_max_out_epochs

This function appears in FANN >= 2.0.0.