1 write to ScoreIndex
Microsoft.ML.Data (1)
Transforms\PerGroupTransformBase.cs (1)
47if (!input.TryGetColumnIndex(scoreCol, out ScoreIndex))
2 references to ScoreIndex
Microsoft.ML.Data (2)
Evaluators\RankingEvaluator.cs (1)
799return row.GetGetter<Single>(row.Schema[_bindings.ScoreIndex]);
Transforms\PerGroupTransformBase.cs (1)
79active[ScoreIndex] = true;