1 write to _accum
Microsoft.ML.Core (1)
Utilities\BinFinder.cs (1)
576_accum = new int[CountValues + 1];
10 references to _accum
Microsoft.ML.Core (10)
Utilities\BinFinder.cs (10)
575if (Utils.Size(_accum) < CountValues + 1) 578_accum[i + 1] = _accum[i] + counts[i]; 604_energies[col] = Square(_accum[1 + col]); 631int accum = _accum[row + 1 + col]; 642e += Square(accum - _accum[row + colPrev]); 678int total = _accum[CountValues]; 684var e = _energies[colPrev] + Square(total - _accum[height + colPrev]); 734int span = _accum[CountValues] - _accum[row + 1 + col];