blob: bf85d9fb81b5f0e8ae3064aba1d2766d9ff4a2dd [file] [log] [blame]
Theta Sketch
------------
The *Theta Sketch* sketch is a space-efficient method for estimating cardinalities of sets.
It can also easily handle set operations (such as union, intersection, difference) while maintaining good accuarcy.
.. autoclass:: _datasketches.theta_sketch
:members:
:undoc-members: