| MultiClassificationError Property |
The error function for use by QuasiNewtonTrainer
for training a 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 multi-classification cross-entropy error function.
Remarks
This error function combines the softmax activation function and the
cross-entropy error function.
See Also