2 writes to _bindings
Microsoft.ML.Data (2)
Transforms\GenerateNumberTransform.cs (2)
284
_bindings
= Bindings.Create(options, Source.Schema);
297
_bindings
= Bindings.Create(ctx, Source.Schema);
10 references to _bindings
Microsoft.ML.Data (10)
Transforms\GenerateNumberTransform.cs (10)
320
_bindings
.Save(ctx);
323
public override DataViewSchema OutputSchema =>
_bindings
.AsSchema;
332
if (
_bindings
.AnyNewColumnsActive(predicate))
342
var inputPred =
_bindings
.GetDependencies(predicate);
343
var active =
_bindings
.GetActive(predicate);
347
return new Cursor(Host,
_bindings
, input, active);
355
var inputPred =
_bindings
.GetDependencies(predicate);
358
var active =
_bindings
.GetActive(predicate);
370
cursors[i] = new Cursor(Host,
_bindings
, inputs[i], active);
378
return new DataViewRowCursor[] { new Cursor(Host,
_bindings
, input, active) };