1 write to _srcTypes
Microsoft.ML.Transforms (1)
MissingValueDroppingTransformer.cs (1)
189
_srcTypes
= new DataViewType[_parent.ColumnPairs.Length];
2 references to _srcTypes
Microsoft.ML.Transforms (2)
MissingValueDroppingTransformer.cs (2)
200
_srcTypes
[i] = srcCol.Type;
223
return Utils.MarshalInvoke(_makeVecGetterMethodInfo, this,
_srcTypes
[iinfo].GetItemType().RawType, input, iinfo);