Click or drag to resize
EpochTrainer Properties

The EpochTrainer type exposes the following members.

Properties
  NameDescription
Public propertyEpochSize
The number of randomly selected training patterns in each stage I epoch.
Public propertyErrorGradient
The value of the gradient of the error function with respect to the Weights.
Public propertyErrorStatus
The training error status.
Public propertyErrorValue
The value of the error function.
Public propertyNumberOfEpochs
The number of epochs used during stage I training.
Public propertyRandom
The random number generator used to perturb the stage I guesses.
Protected propertyStage1Trainer
The stage 1 trainer.
Protected propertyStage2Trainer
The stage 1 trainer.
Top
See Also