Documentation For Encog 2.x

RSOMPattern.ActivationFunction Property

Set the activation function. A SOM uses a linear activation function, so this method throws an error.

public IActivationFunction ActivationFunction { public get; public set; }

Implements

INeuralNetworkPattern.ActivationFunction

See Also

RSOMPattern Class | Encog.Neural.Networks.Pattern Namespace