blob: 8c4b4532d02e1787a5f4964c9c45ca72452e396a [file] [log] [blame]
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; datasketches 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=e59714d7" />
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=2709fde1"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="index.html" class="icon icon-home">
datasketches
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="distinct_counting/index.html">Distinct Counting</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="quantiles/index.html">Quantiles Sketches</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="frequency/index.html">Frequency Sketches</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="vector/index.html">Vector Sketches</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="sampling/index.html">Random Sampling Sketches</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="helper/index.html">Helper Classes</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">datasketches</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item active">Index</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
<a href="#_"><strong>_</strong></a>
| <a href="#A"><strong>A</strong></a>
| <a href="#C"><strong>C</strong></a>
| <a href="#D"><strong>D</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#F"><strong>F</strong></a>
| <a href="#G"><strong>G</strong></a>
| <a href="#H"><strong>H</strong></a>
| <a href="#I"><strong>I</strong></a>
| <a href="#J"><strong>J</strong></a>
| <a href="#K"><strong>K</strong></a>
| <a href="#L"><strong>L</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#N"><strong>N</strong></a>
| <a href="#P"><strong>P</strong></a>
| <a href="#Q"><strong>Q</strong></a>
| <a href="#R"><strong>R</strong></a>
| <a href="#S"><strong>S</strong></a>
| <a href="#T"><strong>T</strong></a>
| <a href="#U"><strong>U</strong></a>
| <a href="#V"><strong>V</strong></a>
</div>
<h2 id="_">_</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/kernel.html#datasketches.KernelFunction.__call__">__call__() (KernelFunction method)</a>
<ul>
<li><a href="helper/tuple_policy.html#datasketches.TuplePolicy.__call__">(TuplePolicy method)</a>
</li>
</ul></li>
<li><a href="distinct_counting/theta.html#datasketches.compact_theta_sketch.__init__">__init__() (compact_theta_sketch method)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.compact_tuple_sketch.__init__">(compact_tuple_sketch method)</a>
</li>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.__init__">(cpc_sketch method)</a>
</li>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_union.__init__">(cpc_union method)</a>
</li>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.__init__">(density_sketch method)</a>
</li>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.__init__">(ebpps_sketch method)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.__init__">(frequent_items_sketch method)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.__init__">(frequent_strings_sketch method)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.__init__">(hll_sketch method)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.__init__">(hll_union method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.__init__">(kll_doubles_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.__init__">(kll_floats_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.__init__">(kll_ints_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.__init__">(kll_items_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.__init__">(quantiles_doubles_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.__init__">(quantiles_floats_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.__init__">(quantiles_ints_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.__init__">(quantiles_items_sketch method)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.__init__">(req_floats_sketch method)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.__init__">(req_ints_sketch method)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.__init__">(req_items_sketch method)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.__init__">(tdigest_double method)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.__init__">(tdigest_float method)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_a_not_b.__init__">(theta_a_not_b method)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_intersection.__init__">(theta_intersection method)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_union.__init__">(theta_union method)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_a_not_b.__init__">(tuple_a_not_b method)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_intersection.__init__">(tuple_intersection method)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_union.__init__">(tuple_union method)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.update_theta_sketch.__init__">(update_theta_sketch method)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.update_tuple_sketch.__init__">(update_tuple_sketch method)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.__init__">(var_opt_sketch method)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_union.__init__">(var_opt_union method)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/tuple_policy.html#datasketches.AccumulatorPolicy">AccumulatorPolicy (class in datasketches)</a>
</li>
</ul></td>
</tr></table>
<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.c">c (ebpps_sketch property)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.update_theta_sketch.compact">compact (update_theta_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.update_tuple_sketch.compact">(update_tuple_sketch attribute)</a>
</li>
</ul></li>
<li><a href="distinct_counting/theta.html#datasketches.compact_theta_sketch">compact_theta_sketch (class in datasketches)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.compact_tuple_sketch">compact_tuple_sketch (class in datasketches)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.compress">compress (tdigest_double attribute)</a>
<ul>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.compress">(tdigest_float attribute)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="distinct_counting/theta.html#datasketches.theta_a_not_b.compute">compute (theta_a_not_b attribute)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_a_not_b.compute">(tuple_a_not_b attribute)</a>
</li>
</ul></li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch">count_min_sketch (class in _datasketches)</a>
</li>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch">cpc_sketch (class in _datasketches)</a>
</li>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_union">cpc_union (class in _datasketches)</a>
</li>
<li><a href="helper/tuple_policy.html#datasketches.TuplePolicy.create_summary">create_summary() (TuplePolicy method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="D">D</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.DEFAULT_SEED">DEFAULT_SEED (tuple_sketch attribute)</a>
</li>
<li><a href="vector/density_sketch.html#datasketches.density_sketch">density_sketch (class in datasketches)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.compact_theta_sketch.deserialize">deserialize() (compact_theta_sketch method)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.compact_tuple_sketch.deserialize">(compact_tuple_sketch method)</a>
</li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.deserialize">(count_min_sketch method)</a>
</li>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.deserialize">(cpc_sketch method)</a>
</li>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.deserialize">(density_sketch method)</a>
</li>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.deserialize">(ebpps_sketch method)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.deserialize">(frequent_items_sketch method)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.deserialize">(frequent_strings_sketch method)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.deserialize">(hll_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.deserialize">(kll_doubles_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.deserialize">(kll_floats_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.deserialize">(kll_ints_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.deserialize">(kll_items_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.deserialize">(quantiles_doubles_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.deserialize">(quantiles_floats_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.deserialize">(quantiles_ints_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.deserialize">(quantiles_items_sketch method)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.deserialize">(req_floats_sketch method)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.deserialize">(req_ints_sketch method)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.deserialize">(req_items_sketch method)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.deserialize">(tdigest_double method)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.deserialize">(tdigest_float method)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.deserialize">(var_opt_sketch method)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_union.deserialize">(var_opt_union method)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.dim">dim (density_sketch property)</a>
</li>
<li><a href="helper/jaccard.html#datasketches.theta_jaccard_similarity.dissimilarity_test">dissimilarity_test() (theta_jaccard_similarity method)</a>
<ul>
<li><a href="helper/jaccard.html#datasketches.tuple_jaccard_similarity.dissimilarity_test">(tuple_jaccard_similarity method)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch">ebpps_sketch (class in datasketches)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.epsilon">epsilon (frequent_items_sketch property)</a>
<ul>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.epsilon">(frequent_strings_sketch property)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.estimate_subset_sum">estimate_subset_sum (var_opt_sketch attribute)</a>
</li>
<li><a href="helper/jaccard.html#datasketches.theta_jaccard_similarity.exactly_equal">exactly_equal() (theta_jaccard_similarity method)</a>
<ul>
<li><a href="helper/jaccard.html#datasketches.tuple_jaccard_similarity.exactly_equal">(tuple_jaccard_similarity method)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="F">F</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="distinct_counting/tuple.html#datasketches.compact_tuple_sketch.filter">filter (compact_tuple_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.update_tuple_sketch.filter">(update_tuple_sketch attribute)</a>
</li>
</ul></li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_error_type">frequent_items_error_type (class in datasketches)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch">frequent_items_sketch (class in datasketches)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch">frequent_strings_sketch (class in datasketches)</a>
</li>
<li><a href="helper/serde.html#datasketches.PyObjectSerDe.from_bytes">from_bytes() (PyObjectSerDe method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/kernel.html#datasketches.GaussianKernel">GaussianKernel (class in datasketches)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.get_apriori_error">get_apriori_error() (frequent_items_sketch method)</a>
<ul>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.get_apriori_error">(frequent_strings_sketch method)</a>
</li>
</ul></li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.get_cdf">get_cdf (kll_doubles_sketch attribute)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.get_cdf">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.get_cdf">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.get_cdf">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.get_cdf">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.get_cdf">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.get_cdf">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.get_cdf">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_cdf">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_cdf">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_cdf">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.get_cdf">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.get_cdf">(tdigest_float attribute)</a>
</li>
</ul></li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.get_compact_serialization_bytes">get_compact_serialization_bytes (hll_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.get_epsilon_for_lg_size">get_epsilon_for_lg_size() (frequent_items_sketch method)</a>
<ul>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.get_epsilon_for_lg_size">(frequent_strings_sketch method)</a>
</li>
</ul></li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.get_estimate">get_estimate (count_min_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.get_estimate">(cpc_sketch attribute)</a>
</li>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.get_estimate">(density_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.get_estimate">(frequent_items_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.get_estimate">(frequent_strings_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.get_estimate">(hll_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.get_estimate">(hll_union attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.get_estimate">(theta_sketch attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.get_estimate">(tuple_sketch attribute)</a>
</li>
</ul></li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.get_frequent_items">get_frequent_items (frequent_items_sketch attribute)</a>
<ul>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.get_frequent_items">(frequent_strings_sketch attribute)</a>
</li>
</ul></li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.get_lower_bound">get_lower_bound (count_min_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.get_lower_bound">(cpc_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.get_lower_bound">(frequent_items_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.get_lower_bound">(frequent_strings_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.get_lower_bound">(hll_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.get_lower_bound">(hll_union attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.get_lower_bound">(theta_sketch attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.get_lower_bound">(tuple_sketch attribute)</a>
</li>
</ul></li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.get_max_updatable_serialization_bytes">get_max_updatable_serialization_bytes() (hll_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.get_max_value">get_max_value (kll_doubles_sketch attribute)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.get_max_value">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.get_max_value">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.get_max_value">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.get_max_value">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.get_max_value">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.get_max_value">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.get_max_value">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_max_value">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_max_value">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_max_value">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.get_max_value">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.get_max_value">(tdigest_float attribute)</a>
</li>
</ul></li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.get_min_value">get_min_value (kll_doubles_sketch attribute)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.get_min_value">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.get_min_value">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.get_min_value">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.get_min_value">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.get_min_value">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.get_min_value">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.get_min_value">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_min_value">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_min_value">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_min_value">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.get_min_value">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.get_min_value">(tdigest_float attribute)</a>
</li>
</ul></li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.get_normalized_rank_error">get_normalized_rank_error() (kll_doubles_sketch method)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.get_normalized_rank_error">(kll_floats_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.get_normalized_rank_error">(kll_ints_sketch method)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.get_normalized_rank_error">(kll_items_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.get_normalized_rank_error">(quantiles_doubles_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.get_normalized_rank_error">(quantiles_floats_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.get_normalized_rank_error">(quantiles_ints_sketch method)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.get_normalized_rank_error">(quantiles_items_sketch method)</a>
</li>
</ul></li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.get_pmf">get_pmf (kll_doubles_sketch attribute)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.get_pmf">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.get_pmf">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.get_pmf">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.get_pmf">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.get_pmf">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.get_pmf">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.get_pmf">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_pmf">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_pmf">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_pmf">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.get_pmf">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.get_pmf">(tdigest_float attribute)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.get_quantile">get_quantile (kll_doubles_sketch attribute)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.get_quantile">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.get_quantile">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.get_quantile">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.get_quantile">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.get_quantile">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.get_quantile">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.get_quantile">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_quantile">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_quantile">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_quantile">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.get_quantile">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.get_quantile">(tdigest_float attribute)</a>
</li>
</ul></li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.get_quantiles">get_quantiles (kll_doubles_sketch attribute)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.get_quantiles">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.get_quantiles">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.get_quantiles">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.get_quantiles">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.get_quantiles">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.get_quantiles">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.get_quantiles">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_quantiles">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_quantiles">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_quantiles">(req_items_sketch attribute)</a>
</li>
</ul></li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.get_rank">get_rank (kll_doubles_sketch attribute)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.get_rank">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.get_rank">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.get_rank">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.get_rank">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.get_rank">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.get_rank">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.get_rank">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_rank">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_rank">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_rank">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.get_rank">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.get_rank">(tdigest_float attribute)</a>
</li>
</ul></li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_rank_lower_bound">get_rank_lower_bound (req_floats_sketch attribute)</a>
<ul>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_rank_lower_bound">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_rank_lower_bound">(req_items_sketch attribute)</a>
</li>
</ul></li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_rank_upper_bound">get_rank_upper_bound (req_floats_sketch attribute)</a>
<ul>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_rank_upper_bound">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_rank_upper_bound">(req_items_sketch attribute)</a>
</li>
</ul></li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.get_rel_err">get_rel_err() (hll_sketch method)</a>
<ul>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.get_rel_err">(hll_union method)</a>
</li>
</ul></li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.get_relative_error">get_relative_error (count_min_sketch attribute)</a>
</li>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_union.get_result">get_result (cpc_union attribute)</a>
<ul>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.get_result">(hll_union attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_intersection.get_result">(theta_intersection attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_union.get_result">(theta_union attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_intersection.get_result">(tuple_intersection attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_union.get_result">(tuple_union attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_union.get_result">(var_opt_union attribute)</a>
</li>
</ul></li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.get_RSE">get_RSE() (req_floats_sketch method)</a>
<ul>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.get_RSE">(req_ints_sketch method)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.get_RSE">(req_items_sketch method)</a>
</li>
</ul></li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.get_seed_hash">get_seed_hash (theta_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.get_seed_hash">(tuple_sketch attribute)</a>
</li>
</ul></li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.get_serialized_size_bytes">get_serialized_size_bytes (count_min_sketch attribute)</a>
<ul>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.get_serialized_size_bytes">(ebpps_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.get_serialized_size_bytes">(frequent_items_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.get_serialized_size_bytes">(frequent_strings_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.get_serialized_size_bytes">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.get_serialized_size_bytes">(tdigest_float attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.get_serialized_size_bytes">(var_opt_sketch attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_union.get_serialized_size_bytes">(var_opt_union attribute)</a>
</li>
</ul></li>
<li><a href="helper/serde.html#datasketches.PyObjectSerDe.get_size">get_size() (PyObjectSerDe method)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.get_total_weight">get_total_weight (tdigest_double attribute)</a>
<ul>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.get_total_weight">(tdigest_float attribute)</a>
</li>
</ul></li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.get_updatable_serialization_bytes">get_updatable_serialization_bytes (hll_sketch attribute)</a>
</li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.get_upper_bound">get_upper_bound (count_min_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.get_upper_bound">(cpc_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.get_upper_bound">(frequent_items_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.get_upper_bound">(frequent_strings_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.get_upper_bound">(hll_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.get_upper_bound">(hll_union attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.get_upper_bound">(theta_sketch attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.get_upper_bound">(tuple_sketch attribute)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="H">H</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="distinct_counting/theta.html#datasketches.theta_intersection.has_result">has_result (theta_intersection attribute)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_intersection.has_result">(tuple_intersection attribute)</a>
</li>
</ul></li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.tgt_hll_type.HLL_4">HLL_4 (tgt_hll_type attribute)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.tgt_hll_type.HLL_6">HLL_6 (tgt_hll_type attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.tgt_hll_type.HLL_8">HLL_8 (tgt_hll_type attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch">hll_sketch (class in _datasketches)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union">hll_union (class in _datasketches)</a>
</li>
</ul></td>
</tr></table>
<h2 id="I">I</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.is_compact">is_compact (hll_sketch attribute)</a>
</li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.is_empty">is_empty (count_min_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.is_empty">(cpc_sketch attribute)</a>
</li>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.is_empty">(density_sketch attribute)</a>
</li>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.is_empty">(ebpps_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.is_empty">(frequent_items_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.is_empty">(frequent_strings_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.is_empty">(hll_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.is_empty">(hll_union attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.is_empty">(kll_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.is_empty">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.is_empty">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.is_empty">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.is_empty">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.is_empty">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.is_empty">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.is_empty">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.is_empty">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.is_empty">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.is_empty">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.is_empty">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.is_empty">(tdigest_float attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.is_empty">(theta_sketch attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.is_empty">(tuple_sketch attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.is_empty">(var_opt_sketch attribute)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.is_estimation_mode">is_estimation_mode (density_sketch attribute)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.is_estimation_mode">(kll_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.is_estimation_mode">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.is_estimation_mode">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.is_estimation_mode">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.is_estimation_mode">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.is_estimation_mode">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.is_estimation_mode">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.is_estimation_mode">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.is_estimation_mode">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.is_estimation_mode">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.is_estimation_mode">(req_items_sketch attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.is_estimation_mode">(theta_sketch attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.is_estimation_mode">(tuple_sketch attribute)</a>
</li>
</ul></li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.is_hra">is_hra (req_floats_sketch attribute)</a>
<ul>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.is_hra">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.is_hra">(req_items_sketch attribute)</a>
</li>
</ul></li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.is_ordered">is_ordered (theta_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.is_ordered">(tuple_sketch attribute)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="J">J</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/jaccard.html#datasketches.theta_jaccard_similarity.jaccard">jaccard() (theta_jaccard_similarity method)</a>
<ul>
<li><a href="helper/jaccard.html#datasketches.tuple_jaccard_similarity.jaccard">(tuple_jaccard_similarity method)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="K">K</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.k">k (density_sketch property)</a>
<ul>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.k">(ebpps_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.k">(kll_doubles_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.k">(kll_floats_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.k">(kll_ints_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.k">(kll_items_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.k">(quantiles_doubles_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.k">(quantiles_floats_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.k">(quantiles_ints_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.k">(quantiles_items_sketch property)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.k">(req_floats_sketch property)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.k">(req_ints_sketch property)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.k">(req_items_sketch property)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.k">(tdigest_double property)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.k">(tdigest_float property)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.k">(var_opt_sketch property)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/kernel.html#datasketches.KernelFunction">KernelFunction (class in datasketches)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch">kll_doubles_sketch (class in datasketches)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch">kll_floats_sketch (class in datasketches)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch">kll_ints_sketch (class in datasketches)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch">kll_items_sketch (class in datasketches)</a>
</li>
<li><a href="helper/ks_test.html#datasketches.ks_test">ks_test() (in module datasketches)</a>
</li>
</ul></td>
</tr></table>
<h2 id="L">L</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.lg_config_k">lg_config_k (hll_sketch property)</a>
<ul>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.lg_config_k">(hll_union property)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.lg_k">lg_k (cpc_sketch property)</a>
</li>
</ul></td>
</tr></table>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/tuple_policy.html#datasketches.MaxIntPolicy">MaxIntPolicy (class in datasketches)</a>
</li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.merge">merge (count_min_sketch attribute)</a>
<ul>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.merge">(density_sketch attribute)</a>
</li>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.merge">(ebpps_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.merge">(frequent_items_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.merge">(frequent_strings_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.merge">(kll_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.merge">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.merge">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.merge">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.merge">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.merge">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.merge">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.merge">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.merge">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.merge">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.merge">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.merge">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.merge">(tdigest_float attribute)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/tuple_policy.html#datasketches.MinIntPolicy">MinIntPolicy (class in datasketches)</a>
</li>
</ul></td>
</tr></table>
<h2 id="N">N</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.n">n (density_sketch property)</a>
<ul>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.n">(ebpps_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.n">(kll_doubles_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.n">(kll_floats_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.n">(kll_ints_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.n">(kll_items_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.n">(quantiles_doubles_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.n">(quantiles_floats_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.n">(quantiles_ints_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.n">(quantiles_items_sketch property)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.n">(req_floats_sketch property)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.n">(req_ints_sketch property)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.n">(req_items_sketch property)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.n">(var_opt_sketch property)</a>
</li>
</ul></li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_error_type.NO_FALSE_NEGATIVES">NO_FALSE_NEGATIVES (frequent_items_error_type attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_error_type.NO_FALSE_POSITIVES">NO_FALSE_POSITIVES (frequent_items_error_type attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.normalized_rank_error">normalized_rank_error (kll_doubles_sketch attribute)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.normalized_rank_error">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.normalized_rank_error">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.normalized_rank_error">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.normalized_rank_error">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.normalized_rank_error">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.normalized_rank_error">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.normalized_rank_error">(quantiles_items_sketch attribute)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.num_active_items">num_active_items (frequent_items_sketch property)</a>
<ul>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.num_active_items">(frequent_strings_sketch property)</a>
</li>
</ul></li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.num_buckets">num_buckets (count_min_sketch property)</a>
</li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.num_hashes">num_hashes (count_min_sketch property)</a>
</li>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.num_retained">num_retained (density_sketch property)</a>
<ul>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.num_retained">(kll_doubles_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.num_retained">(kll_floats_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.num_retained">(kll_ints_sketch property)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.num_retained">(kll_items_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.num_retained">(quantiles_doubles_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.num_retained">(quantiles_floats_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.num_retained">(quantiles_ints_sketch property)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.num_retained">(quantiles_items_sketch property)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.num_retained">(req_floats_sketch property)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.num_retained">(req_ints_sketch property)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.num_retained">(req_items_sketch property)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.num_retained">(theta_sketch property)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.num_retained">(tuple_sketch property)</a>
</li>
</ul></li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.num_samples">num_samples (var_opt_sketch property)</a>
</li>
</ul></td>
</tr></table>
<h2 id="P">P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/serde.html#datasketches.PyDoublesSerDe">PyDoublesSerDe (class in datasketches)</a>
</li>
<li><a href="helper/serde.html#datasketches.PyFloatsSerDe">PyFloatsSerDe (class in datasketches)</a>
</li>
<li><a href="helper/serde.html#datasketches.PyIntsSerDe">PyIntsSerDe (class in datasketches)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/serde.html#datasketches.PyLongsSerDe">PyLongsSerDe (class in datasketches)</a>
</li>
<li><a href="helper/serde.html#datasketches.PyObjectSerDe">PyObjectSerDe (class in datasketches)</a>
</li>
<li><a href="helper/serde.html#datasketches.PyStringsSerDe">PyStringsSerDe (class in datasketches)</a>
</li>
</ul></td>
</tr></table>
<h2 id="Q">Q</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch">quantiles_doubles_sketch (class in datasketches)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch">quantiles_floats_sketch (class in datasketches)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch">quantiles_ints_sketch (class in datasketches)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch">quantiles_items_sketch (class in datasketches)</a>
</li>
</ul></td>
</tr></table>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch">req_floats_sketch (class in datasketches)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch">req_ints_sketch (class in datasketches)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch">req_items_sketch (class in datasketches)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.reset">reset (hll_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.reset">(hll_union attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_union.reset">(tuple_union attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.update_theta_sketch.reset">(update_theta_sketch attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.update_tuple_sketch.reset">(update_tuple_sketch attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_union.reset">(var_opt_union attribute)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.seed">seed (count_min_sketch property)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.compact_theta_sketch.serialize">serialize (compact_theta_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.compact_tuple_sketch.serialize">(compact_tuple_sketch attribute)</a>
</li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.serialize">(count_min_sketch attribute)</a>
</li>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.serialize">(cpc_sketch attribute)</a>
</li>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.serialize">(density_sketch attribute)</a>
</li>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.serialize">(ebpps_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.serialize">(frequent_items_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.serialize">(frequent_strings_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.serialize">(kll_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.serialize">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.serialize">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.serialize">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.serialize">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.serialize">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.serialize">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.serialize">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.serialize">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.serialize">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.serialize">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.serialize">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.serialize">(tdigest_float attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.serialize">(var_opt_sketch attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_union.serialize">(var_opt_union attribute)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.serialize_compact">serialize_compact (hll_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.serialize_updatable">serialize_updatable (hll_sketch attribute)</a>
</li>
<li><a href="helper/jaccard.html#datasketches.theta_jaccard_similarity.similarity_test">similarity_test() (theta_jaccard_similarity method)</a>
<ul>
<li><a href="helper/jaccard.html#datasketches.tuple_jaccard_similarity.similarity_test">(tuple_jaccard_similarity method)</a>
</li>
</ul></li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.suggest_num_buckets">suggest_num_buckets() (count_min_sketch method)</a>
</li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.suggest_num_hashes">suggest_num_hashes() (count_min_sketch method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="T">T</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double">tdigest_double (class in datasketches)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float">tdigest_float (class in datasketches)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.tgt_hll_type">tgt_hll_type (class in _datasketches)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.tgt_type">tgt_type (hll_sketch property)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.theta">theta (theta_sketch property)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.theta">(tuple_sketch property)</a>
</li>
</ul></li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.theta64">theta64 (theta_sketch property)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.theta64">(tuple_sketch property)</a>
</li>
</ul></li>
<li><a href="distinct_counting/theta.html#datasketches.theta_a_not_b">theta_a_not_b (class in datasketches)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_intersection">theta_intersection (class in datasketches)</a>
</li>
<li><a href="helper/jaccard.html#datasketches.theta_jaccard_similarity">theta_jaccard_similarity (class in datasketches)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch">theta_sketch (class in datasketches)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_union">theta_union (class in datasketches)</a>
</li>
<li><a href="helper/serde.html#datasketches.PyObjectSerDe.to_bytes">to_bytes() (PyObjectSerDe method)</a>
</li>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.to_string">to_string (count_min_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.to_string">(cpc_sketch attribute)</a>
</li>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.to_string">(density_sketch attribute)</a>
</li>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.to_string">(ebpps_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.to_string">(frequent_items_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.to_string">(frequent_strings_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.to_string">(hll_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.to_string">(kll_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.to_string">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.to_string">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.to_string">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.to_string">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.to_string">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.to_string">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.to_string">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.to_string">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.to_string">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.to_string">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.to_string">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.to_string">(tdigest_float attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_sketch.to_string">(theta_sketch attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch.to_string">(tuple_sketch attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.to_string">(var_opt_sketch attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_union.to_string">(var_opt_union attribute)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.total_weight">total_weight (count_min_sketch property)</a>
<ul>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.total_weight">(frequent_items_sketch property)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.total_weight">(frequent_strings_sketch property)</a>
</li>
</ul></li>
<li><a href="distinct_counting/theta.html#datasketches.update_theta_sketch.trim">trim (update_theta_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/tuple.html#datasketches.update_tuple_sketch.trim">(update_tuple_sketch attribute)</a>
</li>
</ul></li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_a_not_b">tuple_a_not_b (class in datasketches)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_intersection">tuple_intersection (class in datasketches)</a>
</li>
<li><a href="helper/jaccard.html#datasketches.tuple_jaccard_similarity">tuple_jaccard_similarity (class in datasketches)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_sketch">tuple_sketch (class in datasketches)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_union">tuple_union (class in datasketches)</a>
</li>
<li><a href="helper/tuple_policy.html#datasketches.TuplePolicy">TuplePolicy (class in datasketches)</a>
</li>
</ul></td>
</tr></table>
<h2 id="U">U</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="frequency/count_min_sketch.html#datasketches.count_min_sketch.update">update (count_min_sketch attribute)</a>
<ul>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_sketch.update">(cpc_sketch attribute)</a>
</li>
<li><a href="distinct_counting/cpc.html#datasketches.cpc_union.update">(cpc_union attribute)</a>
</li>
<li><a href="vector/density_sketch.html#datasketches.density_sketch.update">(density_sketch attribute)</a>
</li>
<li><a href="sampling/ebpps.html#datasketches.ebpps_sketch.update">(ebpps_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_items_sketch.update">(frequent_items_sketch attribute)</a>
</li>
<li><a href="frequency/frequent_items.html#datasketches.frequent_strings_sketch.update">(frequent_strings_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_sketch.update">(hll_sketch attribute)</a>
</li>
<li><a href="distinct_counting/hyper_log_log.html#datasketches.hll_union.update">(hll_union attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_doubles_sketch.update">(kll_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_floats_sketch.update">(kll_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_ints_sketch.update">(kll_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/kll.html#datasketches.kll_items_sketch.update">(kll_items_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_doubles_sketch.update">(quantiles_doubles_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_floats_sketch.update">(quantiles_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_ints_sketch.update">(quantiles_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/quantiles_depr.html#datasketches.quantiles_items_sketch.update">(quantiles_items_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_floats_sketch.update">(req_floats_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_ints_sketch.update">(req_ints_sketch attribute)</a>
</li>
<li><a href="quantiles/req.html#datasketches.req_items_sketch.update">(req_items_sketch attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_double.update">(tdigest_double attribute)</a>
</li>
<li><a href="quantiles/tdigest.html#datasketches.tdigest_float.update">(tdigest_float attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_intersection.update">(theta_intersection attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.theta_union.update">(theta_union attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_intersection.update">(tuple_intersection attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.tuple_union.update">(tuple_union attribute)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.update_theta_sketch.update">(update_theta_sketch attribute)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.update_tuple_sketch.update">(update_tuple_sketch attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch.update">(var_opt_sketch attribute)</a>
</li>
<li><a href="sampling/varopt.html#datasketches.var_opt_union.update">(var_opt_union attribute)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="helper/tuple_policy.html#datasketches.TuplePolicy.update_summary">update_summary() (TuplePolicy method)</a>
</li>
<li><a href="distinct_counting/theta.html#datasketches.update_theta_sketch">update_theta_sketch (class in datasketches)</a>
</li>
<li><a href="distinct_counting/tuple.html#datasketches.update_tuple_sketch">update_tuple_sketch (class in datasketches)</a>
</li>
</ul></td>
</tr></table>
<h2 id="V">V</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sampling/varopt.html#datasketches.var_opt_sketch">var_opt_sketch (class in datasketches)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="sampling/varopt.html#datasketches.var_opt_union">var_opt_union (class in datasketches)</a>
</li>
</ul></td>
</tr></table>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2023.</p>
</div>
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>