blob: 9e3c47bbf1999578e34f617f0a6b3c2251f8cca4 [file] [log] [blame]
.. datasketches documentation master file, created by
sphinx-quickstart on Tue Jul 25 11:04:59 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Apache DataSketches
=================================================
**DataSketches** are highly-efficient algorithms to analyze big data quickly.
Counting Distincts
##################
..
maxdepth: 1 means only the heading is printed in the contents
.. toctree::
:maxdepth: 1
hyper_log_log
cpc
theta
Frequency Estimation
##########################
.. toctree::
:maxdepth: 1
count_min_sketch
Frequent Items
##########################
This problem may also be known as **heavy hitters** or **TopK**
.. toctree::
:maxdepth: 1
frequent_items
Quantile Estimation
###################
.. toctree::
:maxdepth: 1
kll
req
quantiles_depr
.. note::
This project is under active development.
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. .. automodule:: datasketches
.. :members:
.. .. automodule:: _datasketches
.. :members:
..
..
.. distinct_count