Click or drag to resize
Accord.NET (logo)

ZeroOneLoss Properties

The ZeroOneLoss 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.
Public propertyMean
Gets or sets a value indicating whether the average accuracy loss should be computed. Default is true.
Public propertyNumberOfClasses
Gets or sets the number of classes.
Top
See Also