3 references to BindingsImpl
Microsoft.ML.Data (3)
Scorers\PredictedLabelScorerBase.cs (3)
95return new BindingsImpl(input, mapper, suffix, scoreColKind, true, 116return new BindingsImpl(input, rowMapper, Suffix, ScoreColumnKind, true, mapperScoreColumn, PredColType); 149return new BindingsImpl(input, rowMapper, suffix, scoreKind, false, scoreColIndex, predColType);