Function fann_sys::fann_set_train_stop_function[][src]

pub unsafe extern "C" fn fann_set_train_stop_function(
    ann: *mut fann,
    train_stop_function: fann_stopfunc_enum
)

Set the stop function used during training.

Returns the the stop function used during training.

The stop function is described further in fann_stopfunc_enum.

See also

fann_get_train_stop_function

This function appears in FANN >= 2.0.0.