1 write to _deltas
Microsoft.ML.FastTree (1)
Dataset\NHotFeatureFlock.cs (1)
27
_deltas
= deltas;
7 references to _deltas
Microsoft.ML.FastTree (7)
Dataset\NHotFeatureFlock.cs (7)
57
if (_flock.
_deltas
.Length > 0)
58
_nextIndex = _flock.
_deltas
[0];
72
if (++_pos < _flock.
_deltas
.Length)
73
_nextIndex += _flock.
_deltas
[_pos];
80
Contracts.Assert(_pos < _flock.
_deltas
.Length);
92
} while (++p < _flock.
_deltas
.Length && _flock.
_deltas
[p] == 0);