1 write to _path
Microsoft.ML.Core (1)
Utilities\BinFinder.cs (1)
335_path = path;
16 references to _path
Microsoft.ML.Core (16)
Utilities\BinFinder.cs (16)
359_path[0] = 0; 364_path[i] = seg.Split; 370_path[CountBins] = CountValues; 372Array.Sort(_path, 0, CountBins + 1); 373Contracts.Assert(_path[0] == 0); 374Contracts.Assert(_path[CountBins] == CountValues); 470int min = _path[i - 1]; 471int cur = _path[i]; 472int max = _path[i + 1]; 492Contracts.Assert(_path[peg.Index] != peg.Split); 493_path[peg.Index] = peg.Split; 495Contracts.Assert(FindSplitPosition(out e, _path[peg.Index - 1], _path[peg.Index + 1], peg.Index) == peg.Split); 510int min = _path[peg.Index - 1]; 511int cur = _path[peg.Index]; 512int max = _path[peg.Index + 1];