3 writes to _nextIndex
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
344_nextIndex = _array._segLength[0]; 351_nextIndex = _currentIndex; 366_nextIndex += _array._segLength[_currentSegment];
3 references to _nextIndex
Microsoft.ML.FastTree (3)
Dataset\SegmentIntArray.cs (3)
361while (_nextIndex <= virtualIndex) 363_currentBit += (_nextIndex - _currentIndex) * _currentType; 364_currentIndex = _nextIndex;