4 writes to _nextIndex
Microsoft.ML.FastTree (4)
Dataset\NHotFeatureFlock.cs (4)
58_nextIndex = _flock._deltas[0]; 60_nextIndex = _flock.Bins.Length; 73_nextIndex += _flock._deltas[_pos]; 75_nextIndex = _flock.Bins.Length;
3 references to _nextIndex
Microsoft.ML.FastTree (3)
Dataset\NHotFeatureFlock.cs (3)
70while (rowIndex > _nextIndex) 77if (_nextIndex > rowIndex) 79Contracts.Assert(_nextIndex == rowIndex);