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

Sets the quickprop mu factor.

§See also

fann_get_quickprop_mu

This function appears in FANN >= 1.2.0.