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

Set the steepness of the activation steepness in the output layer.

§See also

fann_set_activation_steepness, fann_set_activation_steepness_layer, fann_set_activation_steepness_hidden, fann_set_activation_function_output

This function appears in FANN >= 1.2.0.