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)
18public bool CanShuffle => _source.CanShuffle; 19public DataViewSchema Schema => _source.Schema; 26public long? GetRowCount() => _source.GetRowCount(); 29=> _source.GetRowCursor(columnsNeeded, rand); 32=> _source.GetRowCursorSet(columnsNeeded, n, rand);