This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 9d4c5e5  deploy: 73c9ef942586a890239c5556397ae6b443733144
9d4c5e5 is described below

commit 9d4c5e595d25ff1fb7141f3c1b6bc686f23dd4dc
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Tue Nov 28 23:46:44 2023 +0000

    deploy: 73c9ef942586a890239c5556397ae6b443733144
---
 docs/master/classdatasketches_1_1ebpps__sketch.html | 2 +-
 docs/master/ebpps__sample_8hpp_source.html          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/master/classdatasketches_1_1ebpps__sketch.html 
b/docs/master/classdatasketches_1_1ebpps__sketch.html
index 921067b..4b52251 100644
--- a/docs/master/classdatasketches_1_1ebpps__sketch.html
+++ b/docs/master/classdatasketches_1_1ebpps__sketch.html
@@ -164,7 +164,7 @@ class datasketches::ebpps_sketch&lt; T, A &gt;</h3>
 
 <p>An implementation of an Exact and Bounded Sampling Proportional to Size 
sketch. </p>
 <p>From: "Exact PPS Sampling with Bounded Sample Size", B. Hentschel, P. J. 
Haas, Y. Tian. Information Processing Letters, 2023.</p>
-<p>This sketch samples data from a stream of items propotional to the weight 
of each item. The sample guarantees the presence of an item in the result is 
proportional to that item's portion of the total weight seen by the sketch, and 
returns a sample no larger than size k.</p>
+<p>This sketch samples data from a stream of items proportional to the weight 
of each item. The sample guarantees the presence of an item in the result is 
proportional to that item's portion of the total weight seen by the sketch, and 
returns a sample no larger than size k.</p>
 <p>The sample may be smaller than k and the resulting size of the sample 
potentially includes a probabilistic component, meaning the resulting sample 
size is not always constant.</p>
 <dl class="section author"><dt>Author</dt><dd>Jon Malkin </dd></dl>
 </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
diff --git a/docs/master/ebpps__sample_8hpp_source.html 
b/docs/master/ebpps__sample_8hpp_source.html
index 7ce7d25..13a8391 100644
--- a/docs/master/ebpps__sample_8hpp_source.html
+++ b/docs/master/ebpps__sample_8hpp_source.html
@@ -108,7 +108,7 @@ $(function() {
 <div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160; 
 <span class="keyword">public</span>:</div>
 <div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160; 
   <span class="keyword">explicit</span> ebpps_sample(uint32_t k, <span 
class="keyword">const</span> A&amp; allocator = A());</div>
 <div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160; 
</div>
-<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160; 
   <span class="comment">// constructor used to create a sample to merge one 
itme</span></div>
+<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160; 
   <span class="comment">// constructor used to create a sample to merge one 
item</span></div>
 <div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160; 
   <span class="keyword">template</span>&lt;<span 
class="keyword">typename</span> TT&gt;</div>
 <div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160; 
   ebpps_sample(TT&amp;&amp; item, <span class="keywordtype">double</span> 
theta, <span class="keyword">const</span> A&amp; allocator = A());</div>
 <div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160; 
</div>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to