![]() |
SquareLoss Properties |
The SquareLoss 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.
|
![]() | 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.
|