2 instantiations of Bindings
Microsoft.ML.Data (2)
Transforms\TransformBase.cs (2)
361
return new
Bindings
(parent, infos, inputSchema, true, names);
409
return new
Bindings
(parent, infos, inputSchema, false, names);
8 references to Bindings
Microsoft.ML.Data (8)
Transforms\TransformBase.cs (8)
327
public static
Bindings
Create(OneToOneTransformBase parent, OneToOneColumn[] column, DataViewSchema inputSchema,
364
public static
Bindings
Create(OneToOneTransformBase parent, ModelLoadContext ctx, DataViewSchema inputSchema,
481
private 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);
846
private readonly
Bindings
_bindings;