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