1 write to _pos
Microsoft.ML.FastTree (1)
Dataset\NHotFeatureFlock.cs (1)
72
if (++
_pos
< _flock._deltas.Length)
4 references to _pos
Microsoft.ML.FastTree (4)
Dataset\NHotFeatureFlock.cs (4)
73
_nextIndex += _flock._deltas[
_pos
];
80
Contracts.Assert(
_pos
< _flock._deltas.Length);
81
Contracts.Assert(
_pos
< _flock._values.Length);
84
int p =
_pos
;