The class NaiveHistogram provides an implementation of the naive histograms where all the bucket have the same length.
For a list of all members of this type, see NaiveHistogram Members.
System.Object
NSketch.NaiveHistogram
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The memory required for NaiveHistogram is O(M) where M is the number of buckets in the histogram. The CPU required to add a value in the NaiveHistogram is O(1).
Namespace: NSketch
Assembly: NSketch (in NSketch.dll)