Click or drag to resize
Accord.NET (logo)

ZeroOneLossMean Property

Gets or sets a value indicating whether the average accuracy loss should be computed. Default is true.

Namespace:  Accord.Math.Optimization.Losses
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool Mean { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if the average accuracy loss should be computed; otherwise, false.
See Also