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