1 write to _types
Microsoft.ML.Transforms (1)
MissingValueReplacing.cs (1)
561
_types
= new DataViewType[_parent.ColumnPairs.Length];
2 references to _types
Microsoft.ML.Transforms (2)
MissingValueReplacing.cs (2)
588
_types
[i] = type;
617
result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName,
_types
[i], builder.ToAnnotations());