1 write to _types
Microsoft.ML.Transforms (1)
Text\NgramHashingTransformer.cs (1)
387
_types
= new VectorDataViewType[_parent._columns.Length];
3 references to _types
Microsoft.ML.Transforms (3)
Text\NgramHashingTransformer.cs (3)
407
_types
[i] = new VectorDataViewType(NumberDataViewType.Single, 1 << _parent._columns[i].NumberOfBits);
570
_types
[iinfo].Size, ngramIdFinder);
612
result[i] = new DataViewSchema.DetachedColumn(_parent._columns[i].Name,
_types
[i], builder.ToAnnotations());