Click or drag to resize
Accord.NET (logo)

AccuracyLoss Properties

The AccuracyLoss type exposes the following members.

Properties
  NameDescription
Public propertyExpected
Gets the expected outputs (the ground truth).
(Inherited from LossBaseTInput, TScore, TLoss.)
Public propertyIsBinary
This flag indicates whether the expected class labels are binary.
(Inherited from ZeroOneLoss.)
Public propertyMean
Gets or sets a value indicating whether the average accuracy loss should be computed. Default is true.
(Inherited from ZeroOneLoss.)
Public propertyNumberOfClasses
Gets or sets the number of classes.
(Inherited from ZeroOneLoss.)
Top
See Also