2 instantiations of Bindings
Microsoft.ML.Transforms (2)
OptionalColumnTransform.cs (2)
86
return new
Bindings
(parent, columnTypes, srcCols, srcCols, input, input, true, names);
129
return new
Bindings
(parent, columnTypes, srcCols, srcColsWithOptionalColumn, input, loader.Schema, false, names);
7 references to Bindings
Microsoft.ML.Transforms (7)
OptionalColumnTransform.cs (7)
71
public static
Bindings
Create(Arguments args, DataViewSchema input, OptionalColumnTransform parent)
89
public static
Bindings
Create(IHostEnvironment env, ModelLoadContext ctx, DataViewSchema input, OptionalColumnTransform parent)
257
private readonly
Bindings
_bindings;
281
_bindings =
Bindings
.Create(args, Source.Schema, this);
291
_bindings =
Bindings
.Create(host, ctx, Source.Schema, this);
436
private readonly
Bindings
_bindings;
440
public Cursor(IChannelProvider provider,
Bindings
bindings, DataViewRowCursor input, bool[] active)