| BinaryClassificationError Property |
Returns the error function for use by QuasiNewtonTrainer
for training a binary classification network.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual QuasiNewtonTrainerIError Error { get; }Public Overridable ReadOnly Property Error As QuasiNewtonTrainerIError
Get
public:
virtual property QuasiNewtonTrainerIError^ Error {
QuasiNewtonTrainerIError^ get ();
}abstract Error : QuasiNewtonTrainerIError with get
override Error : QuasiNewtonTrainerIError with get
Property Value
Type:
QuasiNewtonTrainerIError
An implementation of the binary-entropy error function.
See Also