2 instantiations of Cursor
Microsoft.ML.Data (2)
Transforms\TransformBase.cs (2)
743
return new
Cursor
(Host, this, input, active);
763
cursors[i] = new
Cursor
(Host, this, inputs[i], active);
1 reference to Cursor
Microsoft.ML.Data (1)
Transforms\TransformBase.cs (1)
262
/// since <see cref="_bindings"/> has an AsSchema property which returns the schema, and the nested <see cref="
Cursor
"/> class