Documentation For Encog 2.x

TrainHopfield.TrainHopfieldSynapse 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 TrainHopfieldSynapse(
   ISynapse synapse,
   INeuralData pattern
);

Parameters

synapse
The synapse to train.
pattern
The pattern to train for.

See Also

TrainHopfield Class | Encog.Neural.Networks.Training.Hopfield Namespace