void fann_set_activation_function_output(struct fann * ann, unsigned int activation_function);
Set the activation function of the output layer to activation_function.
See Activation Functions for details on the activation functions.
This function appears in FANN >= 1.0.0.