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;
372
Array.Sort(
_path
, 0, CountBins + 1);
373
Contracts.Assert(
_path
[0] == 0);
374
Contracts.Assert(
_path
[CountBins] == CountValues);
470
int min =
_path
[i - 1];
471
int cur =
_path
[i];
472
int max =
_path
[i + 1];
492
Contracts.Assert(
_path
[peg.Index] != peg.Split);
493
_path
[peg.Index] = peg.Split;
495
Contracts.Assert(FindSplitPosition(out e,
_path
[peg.Index - 1],
_path
[peg.Index + 1], peg.Index) == peg.Split);
510
int min =
_path
[peg.Index - 1];
511
int cur =
_path
[peg.Index];
512
int max =
_path
[peg.Index + 1];