fann_sys::fann_set_cascade_activation_functions [] [src]

pub unsafe extern fn fann_set_cascade_activation_functions(ann: *mut fann, cascade_activation_functions: *mut fann_activationfunc_enum, cascade_activation_functions_count: c_uint)

Sets the array of cascade candidate activation functions. 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_count, fann_get_cascade_activation_steepnesses

This function appears in FANN >= 2.0.0.