The error function used by the trainer.

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

Syntax

C#
public virtual QuasiNewtonTrainer..::.IError Error { get; set; }
Visual Basic (Declaration)
Public Overridable Property Error As QuasiNewtonTrainer..::.IError
Visual C++
public:
virtual property QuasiNewtonTrainer..::.IError^ Error {
	QuasiNewtonTrainer..::.IError^ get ();
	void set (QuasiNewtonTrainer..::.IError^ value);
}

Field Value

An IError object representing the error function used by the trainer.

See Also