pub unsafe extern "C" fn fann_set_cascade_activation_steepnesses(
    ann: *mut fann,
    cascade_activation_steepnesses: *const fann_type,
    cascade_activation_steepnesses_count: c_uint
)
Expand description

Sets the array of cascade candidate activation steepnesses. The array must be just as long as defined by the count.

See fann_get_cascade_num_candidates for a description of which candidate neurons will be generated by this array.

§See also

fann_get_cascade_activation_steepnesses, fann_get_cascade_activation_steepnesses_count

This function appears in FANN >= 2.0.0.