Click or drag to resize
Accord.NET (logo)

SquareLossMean Property

Gets or sets a value indicating whether the mean square loss should be computed. If Root is also set, computes the root mean square loss. 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 mean square loss should be computed; otherwise, false.
See Also