3 references to PerLabelL1
Microsoft.ML.Data (3)
Evaluators\MultiOutputRegressionEvaluator.cs (3)
81yield return new MetricColumn("L1_<label number>", PerLabelL1, MetricColumn.Objective.Minimize, 83groupName: "label", nameFormat: string.Format("{0} (Label_{{0}}", PerLabelL1)); 153overallDvBldr.AddColumn(PerLabelL1, aggregator.GetSlotNames, NumberDataViewType.Double, perLabelL1.ToArray());