Scorers\PredictedLabelScorerBase.cs (3)
101return new BindingsImpl(input, mapper, suffix, scoreColKind, true,
122return new BindingsImpl(input, rowMapper, Suffix, ScoreColumnKind, true, mapperScoreColumn, PredColType, PredictedLabelColumnName);
155return new BindingsImpl(input, rowMapper, suffix, scoreKind, false, scoreColIndex, predColType);