Documentation For Encog 2.x

TrainHopfield Methods

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

Public Instance Methods

AddStrategy (inherited from BasicTraining) Training strategies can be added to improve the training results. There are a number to choose from, and several can be used at once.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Iteration Perform one training iteration.
PostIteration (inherited from BasicTraining) Call the strategies after an iteration.
PreIteration (inherited from BasicTraining) Call the strategies before an iteration.
ToString (inherited from Object) 
TrainHopfieldSynapse 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.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

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