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)
70
while (rowIndex >
_nextIndex
)
77
if (
_nextIndex
> rowIndex)
79
Contracts.Assert(
_nextIndex
== rowIndex);