3 instantiations of Cursor
Microsoft.ML.Data (3)
Transforms\GenerateNumberTransform.cs (3)
347
return new
Cursor
(Host, _bindings, input, active);
370
cursors[i] = new
Cursor
(Host, _bindings, inputs[i], active);
378
return new DataViewRowCursor[] { new
Cursor
(Host, _bindings, input, active) };