Documentation For Encog 2.x

CompetitiveTraining Properties

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

Public Instance Properties

Error (inherited from BasicTraining) Get the current error percent from the training.
ForceWinner Is a winner to be forced of neurons that do not learn. See class description for more info.
InputNeuronCount The input neuron count.
LearningRate The learning rate. This was set when the object was created.
Neighborhood The network neighborhood function.
Network The network being trained.
OutputNeuronCount The output neuron count.
Strategies (inherited from BasicTraining) The strategies to use.
Training (inherited from BasicTraining) The training data to use.

See Also

CompetitiveTraining Class | Encog.Neural.Networks.Training.Competitive Namespace