3 references to PerLabelL2
Microsoft.ML.Data (3)
Evaluators\MultiOutputRegressionEvaluator.cs (3)
84yield return new MetricColumn("L2_<label number>", PerLabelL2, MetricColumn.Objective.Minimize, 86groupName: "label", nameFormat: string.Format("{0} (Label_{{0}}", PerLabelL2)); 154overallDvBldr.AddColumn(PerLabelL2, aggregator.GetSlotNames, NumberDataViewType.Double, perLabelL2.ToArray());