|
AbsoluteLossMean Property
|
Gets or sets a value indicating whether the
mean absolute loss should be computed.
Namespace:
Accord.Math.Optimization.Losses
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public bool Mean { get; set; }
Public Property Mean As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue if the mean absolute loss should be computed; otherwise,
false.
See Also