Documentation For Encog 2.x

INeuralNetworkPattern.ActivationFunction Property

Set the activation function to be used for all created layers that allow an activation function to be specified. Not all patterns allow the activation function to be specified.

public IActivationFunction ActivationFunction { public get; public set; }

See Also

INeuralNetworkPattern Interface | Encog.Neural.Networks.Pattern Namespace