1 write to _pathInfo
Microsoft.ML.Core (1)
Utilities\BinFinder.cs (1)
593
_pathInfo
= new int[sizeInfo];
4 references to _pathInfo
Microsoft.ML.Core (4)
Utilities\BinFinder.cs (4)
592
if (Utils.Size(
_pathInfo
) < sizeInfo)
654
_pathInfo
[ivBase + col] = colBest;
706
Contracts.Assert(
_pathInfo
[ivBase + colBest] <= colBest);
707
colBest =
_pathInfo
[ivBase + colBest];