1 write to _type
Microsoft.ML.Transforms (1)
Text\TokenizingByCharacters.cs (1)
203
_type
= new VectorDataViewType(keyType);
2 references to _type
Microsoft.ML.Transforms (2)
Text\TokenizingByCharacters.cs (2)
227
string dstVariableName = ctx.AddIntermediateVariable(
_type
, outputColumnName, true);
278
result[i] = new DataViewSchema.DetachedColumn(_parent.ColumnPairs[i].outputColumnName,
_type
, builder.ToAnnotations());