| QuasiNewtonTrainerSetError Method |
Sets the function that computes the network error.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual void SetError(
QuasiNewtonTrainerIError error
)
Public Overridable Sub SetError (
error As QuasiNewtonTrainerIError
)
public:
virtual void SetError(
QuasiNewtonTrainerIError^ error
)
abstract SetError :
error : QuasiNewtonTrainerIError -> unit
override SetError :
error : QuasiNewtonTrainerIError -> unit 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