8 references to MetricsAgentUtil
Microsoft.ML.AutoML (8)
Experiment\MetricsAgents\BinaryMetricsAgent.cs (2)
47throw MetricsAgentUtil.BuildMetricNotSupportedException(_optimizingMetric); 77throw MetricsAgentUtil.BuildMetricNotSupportedException(_optimizingMetric);
Experiment\MetricsAgents\MultiMetricsAgent.cs (2)
41throw MetricsAgentUtil.BuildMetricNotSupportedException(_optimizingMetric); 65throw MetricsAgentUtil.BuildMetricNotSupportedException(_optimizingMetric);
Experiment\MetricsAgents\RankingMetricsAgent.cs (2)
46throw MetricsAgentUtil.BuildMetricNotSupportedException(_optimizingMetric); 65throw MetricsAgentUtil.BuildMetricNotSupportedException(_optimizingMetric);
Experiment\MetricsAgents\RegressionMetricsAgent.cs (2)
38throw MetricsAgentUtil.BuildMetricNotSupportedException(_optimizingMetric); 60throw MetricsAgentUtil.BuildMetricNotSupportedException(_optimizingMetric);