1 write to _sourceVectorLength
Microsoft.ML.Transforms (1)
Text\TokenizingByCharacters.cs (1)
205
_sourceVectorLength
= new int[_parent.ColumnPairs.Length];
2 references to _sourceVectorLength
Microsoft.ML.Transforms (2)
Text\TokenizingByCharacters.cs (2)
210
_sourceVectorLength
[i] = type.GetValueCount();
240
dataViewType = new VectorDataViewType(TextDataViewType.Instance,
_sourceVectorLength
[iinfo]);