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

The increase factor used during RPROP training.

§See also

fann_get_rprop_increase_factor

This function appears in FANN >= 1.2.0.