4 writes to _nextIndex
Microsoft.ML.FastTree (4)
Dataset\SparseIntArray.cs (4)
536
_nextIndex
= _array._deltas[0];
538
_nextIndex
= _array.Length;
558
_nextIndex
+= pDeltas[_pos];
568
_nextIndex
= _array._length;
4 references to _nextIndex
Microsoft.ML.FastTree (4)
Dataset\SparseIntArray.cs (4)
547
if (virtualIndex <
_nextIndex
)
550
if (virtualIndex ==
_nextIndex
)
559
if (virtualIndex <
_nextIndex
)
561
if (virtualIndex ==
_nextIndex
)