Documentation For Encog 2.x

HopfieldPattern Properties

The properties of the HopfieldPattern class are listed below. For a complete list of HopfieldPattern class members, see the HopfieldPattern Members topic.

Public Instance Properties

ActivationFunction Set the activation function to use. This function will throw an error, because the Hopfield network must use the BiPolar activation function.
InputNeurons The number of input neurons.
OutputNeurons Set the number of output neurons, should not be used with a hopfield neural network, because the number of input neurons defines the number of output neurons.

See Also

HopfieldPattern Class | Encog.Neural.Networks.Pattern Namespace