Documentation For Encog 2.x

SOMPattern.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

SOMPattern Class | Encog.Neural.Networks.Pattern Namespace