1 write to _types
Microsoft.ML.Transforms (1)
Text\NgramTransform.cs (1)
486
_types
= new DataViewType[_parent.ColumnPairs.Length];
2 references to _types
Microsoft.ML.Transforms (2)
Text\NgramTransform.cs (2)
491
_types
[i] = new VectorDataViewType(NumberDataViewType.Single, _parent._ngramMaps[i].Count);
505
result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName,
_types
[i], builder.ToAnnotations());