2 instantiations of Bindings
Microsoft.ML.Data (2)
Transforms\TransformBase.cs (2)
361return new Bindings(parent, infos, inputSchema, true, names); 409return new Bindings(parent, infos, inputSchema, false, names);
8 references to Bindings
Microsoft.ML.Data (8)
Transforms\TransformBase.cs (8)
327public static Bindings Create(OneToOneTransformBase parent, OneToOneColumn[] column, DataViewSchema inputSchema, 364public static Bindings Create(OneToOneTransformBase parent, ModelLoadContext ctx, DataViewSchema inputSchema, 481private readonly Bindings _bindings; 506_bindings = Bindings.Create(this, column, Source.Schema, InputTranspose, testType); 520_bindings = Bindings.Create(this, column, Source.Schema, InputTranspose, testType); 534_bindings = Bindings.Create(this, ctx, Source.Schema, InputTranspose, testType); 558_bindings = Bindings.Create(this, map, newInput.Schema, InputTranspose, checkType); 846private readonly Bindings _bindings;