1 write to _source
Microsoft.ML.Data (1)
DataView\OpaqueDataView.cs (1)
23
_source
= source;
5 references to _source
Microsoft.ML.Data (5)
DataView\OpaqueDataView.cs (5)
18
public bool CanShuffle =>
_source
.CanShuffle;
19
public DataViewSchema Schema =>
_source
.Schema;
26
public long? GetRowCount() =>
_source
.GetRowCount();
29
=>
_source
.GetRowCursor(columnsNeeded, rand);
32
=>
_source
.GetRowCursorSet(columnsNeeded, n, rand);