Documentation For Encog 2.x

HopfieldPattern.ActivationFunction Property

Set the activation function to use. This function will throw an error, because the Hopfield network must use the BiPolar activation function.

public IActivationFunction ActivationFunction { public get; public set; }

Implements

INeuralNetworkPattern.ActivationFunction

See Also

HopfieldPattern Class | Encog.Neural.Networks.Pattern Namespace