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