1 write to _path
Microsoft.ML.Core (1)
Utilities\BinFinder.cs (1)
573
_path
= path;
6 references to _path
Microsoft.ML.Core (6)
Utilities\BinFinder.cs (6)
693
_path
[0] = 0;
694
_path
[CountBins] = CountValues;
696
_path
[height] = height + colBest;
708
_path
[row] = row + colBest;
709
Contracts.Assert(
_path
[row] <
_path
[row + 1]);