2 writes to _path
Microsoft.ML.Core (2)
Utilities\BinFinder.cs (2)
40
_path
= new int[CountBins + 1];
118
_path
= new int[CountBins + 1];
12 references to _path
Microsoft.ML.Core (12)
Utilities\BinFinder.cs (12)
38
if (Utils.Size(
_path
) < CountBins + 1)
87
FindBinsCore(_counts,
_path
);
88
Contracts.Assert(
_path
[0] == 0);
89
Contracts.Assert(
_path
[CountBins] == CountValues);
92
bounds[i - 1] = GetSplitValue(_valuesSng[
_path
[i] - 1], _valuesSng[
_path
[i]]);
116
if (Utils.Size(
_path
) < CountBins + 1)
165
FindBinsCore(_counts,
_path
);
166
Contracts.Assert(
_path
[0] == 0);
167
Contracts.Assert(
_path
[CountBins] == CountValues);
170
bounds[i - 1] = GetSplitValue(_valuesDbl[
_path
[i] - 1], _valuesDbl[
_path
[i]]);