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
);
156
if (
_skipLength
> 0)
182
Contracts.Assert(0 <= skips && skips <=
_skipLength
);
188
for (int k = skips; k <=
_skipLength
&& k + i < _queue.Count; k++)