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)
575
if (Utils.Size(
_accum
) < CountValues + 1)
578
_accum
[i + 1] =
_accum
[i] + counts[i];
604
_energies[col] = Square(
_accum
[1 + col]);
631
int accum =
_accum
[row + 1 + col];
642
e += Square(accum -
_accum
[row + colPrev]);
678
int total =
_accum
[CountValues];
684
var e = _energies[colPrev] + Square(total -
_accum
[height + colPrev]);
734
int span =
_accum
[CountValues] -
_accum
[row + 1 + col];