3 references to PerLabelLoss
Microsoft.ML.Data (3)
Evaluators\MultiOutputRegressionEvaluator.cs (3)
90
yield return new MetricColumn("Loss_<label number>",
PerLabelLoss
, MetricColumn.Objective.Minimize,
92
groupName: "label", nameFormat: string.Format("{0} (Label_{{0}}",
PerLabelLoss
));
156
overallDvBldr.AddColumn(
PerLabelLoss
, aggregator.GetSlotNames, NumberDataViewType.Double, perLabelLoss.ToArray());