Click or drag to resize
Accord.NET (logo)

EuclideanLoss Properties

The EuclideanLoss type exposes the following members.

Properties
  NameDescription
Public propertyExpected
Gets the expected outputs (the ground truth).
(Inherited from LossBaseTInput, TScore, TLoss.)
Public propertyMean
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.
(Inherited from SquareLoss.)
Public propertyRoot
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.
(Inherited from SquareLoss.)
Top
See Also