3 instantiations of WrappedCursor
Microsoft.ML.Data (3)
DataView\DataViewConstructionUtils.cs (3)
623return new WrappedCursor(new Cursor(Host, "ListDataView", this, predicate, rand)); 706return new WrappedCursor(new Cursor(Host, this, predicate)); 776return new WrappedCursor(new Cursor(Host, this, predicate));