1 write to _skipLength
Microsoft.ML.Transforms (1)
Text\NgramUtils.cs (1)
55_skipLength = skipLength;
4 references to _skipLength
Microsoft.ML.Transforms (4)
Text\NgramUtils.cs (4)
59_queue = new FixedSizeQueue<uint>(_ngramLength + _skipLength); 156if (_skipLength > 0) 182Contracts.Assert(0 <= skips && skips <= _skipLength); 188for (int k = skips; k <= _skipLength && k + i < _queue.Count; k++)