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

Sets the cascade candidate change fraction.

§See also

fann_get_cascade_candidate_change_fraction

This function appears in FANN >= 2.0.0.