1 write to _source
Microsoft.ML.Data (1)
DataView\BatchDataViewMapperBase.cs (1)
25_source = input;
6 references to _source
Microsoft.ML.Data (6)
DataView\BatchDataViewMapperBase.cs (6)
28public long? GetRowCount() => _source.GetRowCount(); 44var inputCursor = _source.GetRowCursor(_source.Schema.Where(c => activeInput[c.Index]), null); 54var inputCols = _source.Schema.Where(c => predInput(c.Index)); 55return new Cursor(this, _source.GetRowCursor(inputCols), _source.GetRowCursor(inputCols), active);