3 instantiations of BindingsImpl
Microsoft.ML.Data (3)
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);
6 references to BindingsImpl
Microsoft.ML.Data (6)
Scorers\PredictedLabelScorerBase.cs (6)
93public static BindingsImpl Create(DataViewSchema input, ISchemaBoundRowMapper mapper, string suffix, 105public BindingsImpl ApplyToSchema(DataViewSchema input, ISchemaBindableMapper bindable, IHostEnvironment env) 125public static BindingsImpl Create(ModelLoadContext ctx, DataViewSchema input, 272private protected readonly BindingsImpl Bindings; 304Bindings = BindingsImpl.Create(data.Schema, rowMapper, args.Suffix, scoreColKind, scoreColIndex, predColType, predictedLabelColumnName); 326Bindings = BindingsImpl.Create(ctx, input.Schema, host, Bindable, outputTypeMatches, getPredColType);