2 references to Cursor
Microsoft.ML.Data (2)
DataView\ArrayDataViewBuilder.cs (2)
240
return new
Cursor
(_host, this, predicate, rand);
248
return new DataViewRowCursor[] { new
Cursor
(_host, this, predicate, rand) };