EuclideanLoss Properties |
The EuclideanLoss type exposes the following members.
Name | Description | |
---|---|---|
Expected |
Gets the expected outputs (the ground truth).
(Inherited from LossBaseTInput, TScore, TLoss.) | |
Mean |
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.) | |
Root |
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.) |