fann_set_activation_function_output

Name

fann_set_activation_function_output -- Set the activation function for the output neurons.

Description

void fann_set_activation_function_output(resource ann, int activation_function);

fann_set_activation_function_output sets the activation function for the output neurons to activation_function, which must be one of the supported activation functions.

See also fann_get_activation_function_output.

This function appears in FANN-PHP >= 0.1.0.


SourceForge.net Logo