pub unsafe extern "C" fn fann_set_cascade_weight_multiplier(
    ann: *mut fann,
    cascade_weight_multiplier: fann_type
)
Expand description

Sets the weight multiplier.

§See also

fann_get_cascade_weight_multiplier

This function appears in FANN >= 2.0.0.