Click or drag to resize
QuasiNewtonTrainerSUM_OF_SQUARES Field
Compute the sum of squares error.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static readonly QuasiNewtonTrainerIError SUM_OF_SQUARES

Field Value

Type: QuasiNewtonTrainerIError
Remarks
The sum of squares error term is e(y,\hat{y})=
            (y-\hat{y})^2/2.

This is the default IError object used by QuasiNewtonTrainer.

See Also