Returns the function used to compute the error to be minimized.

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

Syntax

C#
public virtual QuasiNewtonTrainer..::.IError GetError()
Visual Basic (Declaration)
Public Overridable Function GetError As QuasiNewtonTrainer..::.IError
Visual C++
public:
virtual QuasiNewtonTrainer..::.IError^ GetError()

Return Value

The IError object containing the function to be minimized.

See Also