2 references to 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);