2 writes to ScoreCol
Microsoft.ML.Data (2)
Transforms\PerGroupTransformBase.cs (2)
113
ScoreCol
= scoreCol;
130
ScoreCol
= ctx.LoadNonEmptyString();
3 references to ScoreCol
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)
146
ctx.SaveNonEmptyString(
ScoreCol
);