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