Compute the sum of squares error.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static readonly QuasiNewtonTrainer..::.IError SUM_OF_SQUARES
Visual Basic (Declaration)
Public Shared ReadOnly SUM_OF_SQUARES As QuasiNewtonTrainer..::.IError
Visual C++
public:
static initonly QuasiNewtonTrainer..::.IError^ SUM_OF_SQUARES

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