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)
594if (Utils.Size(_cols) < width) 616_cols[ccol++] = col; 620int colMin = _cols[0]; 636var colPrev = _cols[icol]; 671_cols[ccol++] = col; 683var colPrev = _cols[icol];