1 write to _cols
Microsoft.ML.Core (1)
Utilities\BinFinder.cs (1)
597
_cols
= new int[width];
6 references to _cols
Microsoft.ML.Core (6)
Utilities\BinFinder.cs (6)
594
if (Utils.Size(
_cols
) < width)
616
_cols
[ccol++] = col;
620
int colMin =
_cols
[0];
636
var colPrev =
_cols
[icol];
671
_cols
[ccol++] = col;
683
var colPrev =
_cols
[icol];