The properties of the HopfieldPattern class are listed below. For a complete list of HopfieldPattern class members, see the HopfieldPattern Members topic.
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. |
HopfieldPattern Class | Encog.Neural.Networks.Pattern Namespace