1 write to _bindings
Microsoft.ML.Transforms (1)
ProduceIdTransform.cs (1)
184
_bindings
= bindings;
5 references to _bindings
Microsoft.ML.Transforms (5)
ProduceIdTransform.cs (5)
178
public override DataViewSchema Schema =>
_bindings
.AsSchema;
193
Ch.CheckParam(column.Index <
_bindings
.ColumnCount, nameof(column));
195
int index =
_bindings
.MapColumnIndex(out isSrc, column.Index);
211
Ch.CheckParam(column.Index <
_bindings
.ColumnCount, nameof(column));
214
int index =
_bindings
.MapColumnIndex(out isSrc, column.Index);