Click or drag to resize
QuasiNewtonTrainerError Property
The error function used by the trainer.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual QuasiNewtonTrainerIError Error { get; set; }

Property Value

Type: QuasiNewtonTrainerIError
An IError object representing the error function used by the trainer.
See Also