Function fann_sys::fann_set_activation_steepness_layer [] [src]

pub unsafe extern "C" fn fann_set_activation_steepness_layer(
    ann: *mut fann,
    steepness: fann_type,
    layer: c_int
)

Set the activation steepness for all neurons in layer number layer, counting the input layer as layer 0.

It is not possible to set activation steepness for the neurons in the input layer.

See also

fann_set_activation_steepness, fann_set_activation_steepness_hidden, fann_set_activation_steepness_output, fann_set_activation_function_layer

This function appears in FANN >= 2.0.0.