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