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