4 references to GetColName
Microsoft.ML.Data (4)
Evaluators\ClusteringEvaluator.cs (1)
813string feat = EvaluateUtils.GetColName(_featureCol, schema.Feature, DefaultColumnNames.Features);
Evaluators\MamlEvaluator.cs (2)
142string label = EvaluateUtils.GetColName(LabelCol, schema.Label, DefaultColumnNames.Label); 145string weight = EvaluateUtils.GetColName(WeightCol, schema.Weight, null);
Evaluators\RankingEvaluator.cs (1)
896var groupIdCol = EvaluateUtils.GetColName(_groupIdCol, schema.Group, DefaultColumnNames.GroupId);