1 write to _active
Microsoft.ML.Data (1)
DataView\BatchDataViewMapperBase.cs (1)
98
_active
= active;
2 references to _active
Microsoft.ML.Data (2)
DataView\BatchDataViewMapperBase.cs (2)
102
_getters = _parent.CreateGetters(_input, _currentBatch,
_active
);
143
return
_active
[column.Index];