1 instantiation of Bindings
Microsoft.ML.Data (1)
Scorers\GenericScorer.cs (1)
59return new Bindings(input, mapper, suffix, user);
7 references to Bindings
Microsoft.ML.Data (7)
Scorers\GenericScorer.cs (7)
50public static Bindings Create(DataViewSchema input, ISchemaBoundRowMapper mapper, string suffix, bool user = true) 65private static Bindings Create(IHostEnvironment env, ISchemaBindableMapper bindable, DataViewSchema input, 89public Bindings ApplyToSchema(IHostEnvironment env, DataViewSchema input) 103public static Bindings Create(ModelLoadContext ctx, 140private readonly Bindings _bindings; 163_bindings = Bindings.Create(data.Schema, rowMapper, args.Suffix); 184_bindings = Bindings.Create(ctx, host, Bindable, input.Schema);