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