2 implementations of WeightageMetricName
Microsoft.ML.Ensemble (2)
OutputCombiners\MultiWeightedAverage.cs (1)
53public string WeightageMetricName { get { return _weightageKind.ToString(); } }
OutputCombiners\WeightedAverage.cs (1)
51public string WeightageMetricName { get { return _weightageKind.ToString(); } }
1 reference to WeightageMetricName
Microsoft.ML.Ensemble (1)
Trainer\EnsembleDistributionModelParameters.cs (1)
234if (Utils.ExtractLettersAndNumbers(m.Key).ToLower().Equals(weightedAverager.WeightageMetricName.ToLower()))