Click or drag to resize
Accord.NET (logo)

SquareLoss Properties

The SquareLoss 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.
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.
Top
See Also