You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by gi...@apache.org on 2024/02/14 17:22:45 UTC

(datasketches-java) branch gh-pages updated: Deploying to gh-pages from @ apache/datasketches-java@3410e861d7303c9e89dea3500027e54d640443f0 🚀

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-java.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new a64be1bd Deploying to gh-pages from @ apache/datasketches-java@3410e861d7303c9e89dea3500027e54d640443f0 🚀
a64be1bd is described below

commit a64be1bd1862a29564f0f8ebae1a9e7176dda927
Author: jmalkin <78...@users.noreply.github.com>
AuthorDate: Wed Feb 14 17:22:40 2024 +0000

    Deploying to gh-pages from @ apache/datasketches-java@3410e861d7303c9e89dea3500027e54d640443f0 🚀
---
 docs/master/member-search-index.zip                 | Bin 16496 -> 16496 bytes
 .../datasketches/sampling/EbppsItemsSketch.html     |  10 +++++-----
 docs/master/package-search-index.zip                | Bin 351 -> 351 bytes
 docs/master/type-search-index.zip                   | Bin 1618 -> 1618 bytes
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/master/member-search-index.zip b/docs/master/member-search-index.zip
index 80f219d9..c7a12c47 100644
Binary files a/docs/master/member-search-index.zip and b/docs/master/member-search-index.zip differ
diff --git a/docs/master/org/apache/datasketches/sampling/EbppsItemsSketch.html b/docs/master/org/apache/datasketches/sampling/EbppsItemsSketch.html
index e73ff519..e3ef320e 100644
--- a/docs/master/org/apache/datasketches/sampling/EbppsItemsSketch.html
+++ b/docs/master/org/apache/datasketches/sampling/EbppsItemsSketch.html
@@ -136,14 +136,14 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
 extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></pre>
 <div class="block">An implementation of an Exact and Bounded Sampling Proportional to Size sketch.
  
- From: "Exact PPS Sampling with Bounded Sample Size",
+ <p>From: "Exact PPS Sampling with Bounded Sample Size",
  B. Hentschel, P. J. Haas, Y. Tian. Information Processing Letters, 2023.
  
- This sketch samples data from a stream of items proportional to the weight of each item.
+ <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.
  
- The sample may be smaller than k and the resulting size of the sample potentially includes
+ <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.</div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -514,8 +514,8 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html
  getResult(). The number is a floating point value, where the 
  fractional portion represents the probability of including a
  "partial item" from the sample.
- 
- The value C should be no larger than the sketch's configured
+
+ <p>The value C should be no larger than the sketch's configured
  value of k, although numerical precision limitations mean it
  may exceed k by double precision floating point error margins
  in certain cases.</div>
diff --git a/docs/master/package-search-index.zip b/docs/master/package-search-index.zip
index a172b852..047cc39f 100644
Binary files a/docs/master/package-search-index.zip and b/docs/master/package-search-index.zip differ
diff --git a/docs/master/type-search-index.zip b/docs/master/type-search-index.zip
index 98cd1bbb..f65a45c4 100644
Binary files a/docs/master/type-search-index.zip and b/docs/master/type-search-index.zip differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org