3 writes to Max
Microsoft.ML.Core (3)
Utilities\SummaryStatistics.cs (3)
16Max = double.NegativeInfinity; 121Max = v; 149Max = s.Max;
7 references to Max
Microsoft.ML.Core (7)
Utilities\SummaryStatistics.cs (7)
27&& s.Max == Max && s.NonzeroCount == NonzeroCount; 33Count, Mean, M2, Min, Max, NonzeroCount); 120if (Max < v) 148if (Max < s.Max) 149Max = s.Max;