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

Sets the cascade output change fraction.

§See also

fann_get_cascade_output_change_fraction

This function appears in FANN >= 2.0.0.