Click or drag to resize
QuasiNewtonTrainerGetError Method
Returns the function used to compute the error to be minimized.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual QuasiNewtonTrainerIError GetError()

Return Value

Type: QuasiNewtonTrainerIError
The IError object containing the function to be minimized.
See Also