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