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)
28
public long? GetRowCount() =>
_source
.GetRowCount();
44
var inputCursor =
_source
.GetRowCursor(
_source
.Schema.Where(c => activeInput[c.Index]), null);
54
var inputCols =
_source
.Schema.Where(c => predInput(c.Index));
55
return new Cursor(this,
_source
.GetRowCursor(inputCols),
_source
.GetRowCursor(inputCols), active);