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()); 212result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName, _types[i], builder.ToAnnotations());