Click or drag to resize
LeastSquaresTrainer Properties

The LeastSquaresTrainer type exposes the following members.

Properties
  NameDescription
Protected propertyEpochNumber
The epoch number for the trainer.
Public propertyErrorGradient
The value of the gradient of the error function with respect to the Weights.
Public propertyErrorStatus
The error status from the trainer.
Public propertyErrorValue
The final value of the error function.
Public propertyFalseConvergenceTolerance
The false convergence tolerance.
Public propertyGradientTolerance
The gradient tolerance.
Public propertyInitialTrustRegion
The initial trust region.
Public propertyMaximumStepsize
The maximum step size.
Public propertyMaximumTrainingIterations
The maximum number of iterations used by the nonlinear least squares solver.
Protected propertyParallelMode
The trainer to be used in multi-threaded EpochTainer.
Public propertyRelativeTolerance
The relative tolerance.
Public propertyStepTolerance
The step tolerance used to step between Weights.
Top
See Also