Skip to content

Commit 1e4eb55

Browse files
committed
deploy: a76a5dc
1 parent c65d923 commit 1e4eb55

3 files changed

Lines changed: 177 additions & 178 deletions

File tree

docs/master/frequent__items__sketch_8hpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
<div class="ttc" id="aclassdatasketches_1_1frequent__items__sketch_html_a538940c100e4353b3671ad452d3d3056"><div class="ttname"><a href="classdatasketches_1_1frequent__items__sketch.html#a538940c100e4353b3671ad452d3d3056">datasketches::frequent_items_sketch::serialize</a></div><div class="ttdeci">void serialize(std::ostream &amp;os, const SerDe &amp;sd=SerDe()) const</div><div class="ttdoc">This method serializes the sketch into a given stream in a binary form.</div><div class="ttdef"><b>Definition</b> frequent_items_sketch_impl.hpp:165</div></div>
266266
<div class="ttc" id="aclassdatasketches_1_1frequent__items__sketch_html_a5412230c8878e0cc1be2c6940512f508"><div class="ttname"><a href="classdatasketches_1_1frequent__items__sketch.html#a5412230c8878e0cc1be2c6940512f508">datasketches::frequent_items_sketch::get_frequent_items</a></div><div class="ttdeci">vector_row get_frequent_items(frequent_items_error_type err_type) const</div><div class="ttdoc">Returns an array of rows that include frequent items, estimates, upper and lower bounds given an erro...</div><div class="ttdef"><b>Definition</b> frequent_items_sketch_impl.hpp:144</div></div>
267267
<div class="ttc" id="aclassdatasketches_1_1frequent__items__sketch_html_a5a2b7a58dc85678d08752945ff655362"><div class="ttname"><a href="classdatasketches_1_1frequent__items__sketch.html#a5a2b7a58dc85678d08752945ff655362">datasketches::frequent_items_sketch::is_empty</a></div><div class="ttdeci">bool is_empty() const</div><div class="ttdef"><b>Definition</b> frequent_items_sketch_impl.hpp:90</div></div>
268-
<div class="ttc" id="aclassdatasketches_1_1frequent__items__sketch_html_a60a5fe73c86554c313705666f8fb227a"><div class="ttname"><a href="classdatasketches_1_1frequent__items__sketch.html#a60a5fe73c86554c313705666f8fb227a">datasketches::frequent_items_sketch::to_string</a></div><div class="ttdeci">string&lt; A &gt; to_string(bool print_items=false) const</div><div class="ttdoc">Returns a human readable summary of this sketch.</div><div class="ttdef"><b>Definition</b> frequent_items_sketch_impl.hpp:433</div></div>
268+
<div class="ttc" id="aclassdatasketches_1_1frequent__items__sketch_html_a60a5fe73c86554c313705666f8fb227a"><div class="ttname"><a href="classdatasketches_1_1frequent__items__sketch.html#a60a5fe73c86554c313705666f8fb227a">datasketches::frequent_items_sketch::to_string</a></div><div class="ttdeci">string&lt; A &gt; to_string(bool print_items=false) const</div><div class="ttdoc">Returns a human readable summary of this sketch.</div><div class="ttdef"><b>Definition</b> frequent_items_sketch_impl.hpp:432</div></div>
269269
<div class="ttc" id="aclassdatasketches_1_1frequent__items__sketch_html_a61957693a9a6d2b20882579d40e4f775"><div class="ttname"><a href="classdatasketches_1_1frequent__items__sketch.html#a61957693a9a6d2b20882579d40e4f775">datasketches::frequent_items_sketch::update</a></div><div class="ttdeci">void update(const T &amp;item, W weight=1)</div><div class="ttdoc">Update this sketch with an item and a positive weight (frequency count).</div><div class="ttdef"><b>Definition</b> frequent_items_sketch_impl.hpp:52</div></div>
270270
<div class="ttc" id="aclassdatasketches_1_1frequent__items__sketch_html_a6731cfa90aabc42089e1f449d3aa9a66"><div class="ttname"><a href="classdatasketches_1_1frequent__items__sketch.html#a6731cfa90aabc42089e1f449d3aa9a66">datasketches::frequent_items_sketch::get_apriori_error</a></div><div class="ttdeci">static double get_apriori_error(uint8_t lg_max_map_size, W estimated_total_weight)</div><div class="ttdoc">Returns the estimated a priori error given the max_map_size for the sketch and the estimated_total_st...</div><div class="ttdef"><b>Definition</b> frequent_items_sketch_impl.hpp:138</div></div>
271271
<div class="ttc" id="aclassdatasketches_1_1frequent__items__sketch_html_a68bf5133e42650cdfe20a7916037ab4b"><div class="ttname"><a href="classdatasketches_1_1frequent__items__sketch.html#a68bf5133e42650cdfe20a7916037ab4b">datasketches::frequent_items_sketch::get_total_weight</a></div><div class="ttdeci">W get_total_weight() const</div><div class="ttdoc">Returns the sum of the weights (frequencies) in the stream seen so far by the sketch.</div><div class="ttdef"><b>Definition</b> frequent_items_sketch_impl.hpp:100</div></div>

0 commit comments

Comments
 (0)