Function fann_sys::fann_set_rprop_increase_factor[][src]

pub unsafe extern "C" fn fann_set_rprop_increase_factor(
    ann: *mut fann,
    rprop_increase_factor: c_float
)

The increase factor used during RPROP training.

See also

fann_get_rprop_increase_factor

This function appears in FANN >= 1.2.0.