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