1 write to _colSrc
Microsoft.ML.Data (1)
DataView\LambdaFilter.cs (1)
93
_colSrc
= colSrc;
2 references to _colSrc
Microsoft.ML.Data (2)
DataView\LambdaFilter.cs (2)
150
activeInput[
_colSrc
] = true;
164
_getSrc = Input.GetGetter<T1>(Input.Schema[parent.
_colSrc
]);