2 writes to GroupCol
Microsoft.ML.Data (2)
Transforms\PerGroupTransformBase.cs (2)
114
GroupCol
= groupCol;
131
GroupCol
= ctx.LoadNonEmptyString();
3 references to GroupCol
Microsoft.ML.Data (3)
Evaluators\RankingEvaluator.cs (2)
712
_bindings = new Bindings(Host, Source.Schema, true, LabelCol, ScoreCol,
GroupCol
, _truncationLevel);
727
_bindings = new Bindings(Host, input.Schema, false, LabelCol, ScoreCol,
GroupCol
, _truncationLevel);
Transforms\PerGroupTransformBase.cs (1)
147
ctx.SaveNonEmptyString(
GroupCol
);