1 write to _metric
Microsoft.ML.Ensemble (1)
Selector\SubModelSelector\BestPerformanceSelector.cs (1)
42_metric = args.MetricName;
2 references to _metric
Microsoft.ML.Ensemble (2)
Selector\SubModelSelector\BestPerformanceSelector.cs (2)
43_metricName = FindMetricName(typeof(BinaryClassifierEvaluator.Metrics), _metric); 49protected override bool IsAscMetric => _metric != BinaryClassifierEvaluator.Metrics.LogLoss;