|
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; }
Public Property Root As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue if the root square loss should be computed; otherwise,
false.
See Also