| QuasiNewtonTrainerGetError Method |
Returns the function used to compute the error to be minimized.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual QuasiNewtonTrainerIError GetError()
Public Overridable Function GetError As QuasiNewtonTrainerIError
public:
virtual QuasiNewtonTrainerIError^ GetError()
abstract GetError : unit -> QuasiNewtonTrainerIError
override GetError : unit -> QuasiNewtonTrainerIError
Return Value
Type:
QuasiNewtonTrainerIError
The
IError object containing the function to be minimized.
See Also