NSketch v0.1

NaiveHistogram Class

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 class NaiveHistogram : IHistogram

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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).

Requirements

Namespace: NSketch

Assembly: NSketch (in NSketch.dll)

See Also

NaiveHistogram Members | NSketch Namespace