Function fann_sys::fann_get_rprop_delta_max [] [src]

pub unsafe extern "C" fn fann_get_rprop_delta_max(ann: *const fann) -> c_float

The maximum step size is a positive number determining how large the maximum step size may be.

The default delta max is 50.0.

See also

fann_set_rprop_delta_max, fann_get_rprop_delta_min

This function appears in FANN >= 1.2.0.