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)
38if (Utils.Size(_path) < CountBins + 1) 87FindBinsCore(_counts, _path); 88Contracts.Assert(_path[0] == 0); 89Contracts.Assert(_path[CountBins] == CountValues); 92bounds[i - 1] = GetSplitValue(_valuesSng[_path[i] - 1], _valuesSng[_path[i]]); 116if (Utils.Size(_path) < CountBins + 1) 165FindBinsCore(_counts, _path); 166Contracts.Assert(_path[0] == 0); 167Contracts.Assert(_path[CountBins] == CountValues); 170bounds[i - 1] = GetSplitValue(_valuesDbl[_path[i] - 1], _valuesDbl[_path[i]]);