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

Sets the quickprop decay factor.

§See also

fann_get_quickprop_decay

This function appears in FANN >= 1.2.0.