6 references to RankingMetricsAgent
Microsoft.ML.AutoML (4)
API\RankingExperiment.cs (3)
88
var metricsAgent = new
RankingMetricsAgent
(null, metric, optimizationMetricTruncationLevel);
102
var metricsAgent = new
RankingMetricsAgent
(null, metric, optimizationMetricTruncationLevel);
121
new
RankingMetricsAgent
(context, settings.OptimizingMetric, settings.OptimizationMetricTruncationLevel),
Utils\BestResultUtil.cs (1)
40
var metricsAgent = new
RankingMetricsAgent
(null, metric, dcgTruncationLevel);
Microsoft.ML.AutoML.Tests (2)
MetricsAgentsTests.cs (2)
184
return new
RankingMetricsAgent
(null, metric, dcgTruncationLevel).GetScore(metrics);
207
var metricsAgent = new
RankingMetricsAgent
(null, metric, dcgTruncationLevel);