1 write to LabelIndex
Microsoft.ML.Data (1)
Transforms\PerGroupTransformBase.cs (1)
41if (!input.TryGetColumnIndex(labelCol, out LabelIndex))
2 references to LabelIndex
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (1)
787var lb = RowCursorUtils.GetLabelGetter(row, _bindings.LabelIndex);
Transforms\PerGroupTransformBase.cs (1)
78active[LabelIndex] = true;