1 write to _types
Microsoft.ML.ImageAnalytics (1)
VectorToImageTransform.cs (1)
319
_types
= ConstructTypes(_parent._columns);
2 references to _types
Microsoft.ML.ImageAnalytics (2)
VectorToImageTransform.cs (2)
323
=> _parent._columns.Select((x, idx) => new DataViewSchema.DetachedColumn(x.Name,
_types
[idx], null)).ToArray();
330
var type =
_types
[iinfo];