RegressionMetrics.LossFunction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the result of user defined loss function.
public double LossFunction { get; }
member this.LossFunction : double
Public ReadOnly Property LossFunction As Double
Property Value
Remarks
This is the average of a loss function defined by the user, computed over all the instances in the test set.