2 writes to RawCount
Microsoft.ML.Core (2)
Utilities\SummaryStatistics.cs (2)
113RawCount = RawCount + c; 144RawCount += s.RawCount;
8 references to RawCount
Microsoft.ML.Core (8)
Utilities\SummaryStatistics.cs (8)
25return s.RawCount == RawCount && s.Count == Count && 32return Hashing.CombinedHash(RawCount.GetHashCode(), 64public double SampleVariance => (M2 / Count) * RawCount / (RawCount - 1); 74public double StandardErrorMean => SampleStdDev / Math.Sqrt(RawCount); 113RawCount = RawCount + c; 144RawCount += s.RawCount;