1 write to _metricName
Microsoft.ML.Ensemble (1)
Selector\SubModelSelector\BaseBestPerformanceSelector.cs (1)
78_metricName = metricName;
4 references to _metricName
Microsoft.ML.Ensemble (4)
Selector\SubModelSelector\BaseBestPerformanceSelector.cs (4)
90if (_metricName == kvp.Key) 98throw Contracts.Except("Metrics did not contain the requested metric '{0}'", _metricName); 103if (_metricName == kvp.Key) 111throw Contracts.Except("Metrics did not contain the requested metric '{0}'", _metricName);