1 write to Aggregator
Microsoft.ML.Data (1)
Transforms\NormalizeColumnSng.cs (1)
1741Aggregator = new MinMaxSngAggregator(cv);
11 references to Aggregator
Microsoft.ML.Data (11)
Transforms\NormalizeColumnSng.cs (11)
1748var size = Aggregator.Min.Length; 1751Aggregator.ProcessValue(in buffer); 1774Aggregator.Finish(); 1775var cv = Aggregator.Min.Length; 1782MinMaxUtils.ComputeScaleAndOffset(Fix, Aggregator.Max[i], Aggregator.Min[i], out Aggregator.Max[i], out Aggregator.Min[i]); 1783if (Aggregator.Min[i] != 0 && nz.Count < lim) 1787var min = Aggregator.Min; 1804return AffineColumnFunction.Create(Host, Aggregator.Max, min, indicesNonZeroOffset);