Documentation For Encog 2.x

HopfieldLogic.AddPattern Method

Train the neural network for the specified pattern. The neural network can be trained for more than one pattern. To do this simply call the train method more than once.

public void AddPattern(
   INeuralData pattern
);

Parameters

pattern
The pattern to train for.

See Also

HopfieldLogic Class | Encog.Neural.Networks.Logic Namespace