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