1 write to _types
Microsoft.ML.Transforms (1)
MissingValueDroppingTransformer.cs (1)
188
_types
= new DataViewType[_parent.ColumnPairs.Length];
2 references to _types
Microsoft.ML.Transforms (2)
MissingValueDroppingTransformer.cs (2)
201
_types
[i] = new VectorDataViewType((PrimitiveDataViewType)srcCol.Type.GetItemType());
212
result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName,
_types
[i], builder.ToAnnotations());