Click or drag to resize
QuasiNewtonTrainerSetError Method
Sets the function that computes the network error.

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

Parameters

error
Type: Imsl.DataMining.NeuralQuasiNewtonTrainerIError
The IError object containing the function to be used to compute the network error.
Remarks
The default is to compute the sum of squares error, SUM_OF_SQUARES.
See Also