Click or drag to resize
Accord.NET (logo)

SquareLossRoot Property

Gets or sets a value indicating whether the root square loss should be computed. If Mean is also set, computes the root mean square loss. Default is false.

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

Property Value

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