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