Click or drag to resize
BinaryClassificationError Property
Returns the error function for use by QuasiNewtonTrainer for training a binary classification network.

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

Property Value

Type: QuasiNewtonTrainerIError
An implementation of the binary-entropy error function.
See Also