Skip to content

Commit

Permalink
Deploying to gh-pages from @ a8231cb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalkin committed Feb 6, 2024
1 parent cb883c1 commit 1ad116b
Show file tree
Hide file tree
Showing 16 changed files with 1,234 additions and 168 deletions.
258 changes: 132 additions & 126 deletions docs/master/allclasses-index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/master/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/apache/datasketches/tuple/adouble/DoubleSummarySetOperations.html" title="class in org.apache.datasketches.tuple.adouble">DoubleSummarySetOperations</a></li>
<li><a href="org/apache/datasketches/quantiles/DoublesUnion.html" title="class in org.apache.datasketches.quantiles">DoublesUnion</a></li>
<li><a href="org/apache/datasketches/quantiles/DoublesUnionBuilder.html" title="class in org.apache.datasketches.quantiles">DoublesUnionBuilder</a></li>
<li><a href="org/apache/datasketches/sampling/EbppsItemsSketch.html" title="class in org.apache.datasketches.sampling">EbppsItemsSketch</a></li>
<li><a href="org/apache/datasketches/frequencies/ErrorType.html" title="enum in org.apache.datasketches.frequencies">ErrorType</a></li>
<li><a href="org/apache/datasketches/common/Family.html" title="enum in org.apache.datasketches.common">Family</a></li>
<li><a href="org/apache/datasketches/fdt/FdtSketch.html" title="class in org.apache.datasketches.fdt">FdtSketch</a></li>
Expand Down
79 changes: 79 additions & 0 deletions docs/master/index-all.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/master/member-search-index.js

Large diffs are not rendered by default.

Binary file modified docs/master/member-search-index.zip
Binary file not shown.
42 changes: 29 additions & 13 deletions docs/master/org/apache/datasketches/common/Family.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,81 +204,87 @@ <h3>Enum Constant Summary</h3>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#EBPPS">EBPPS</a></span></code></th>
<td class="colLast">
<div class="block">Exact and Bounded, Probability Proportional to Size (EBPPS)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#FREQUENCY">FREQUENCY</a></span></code></th>
<td class="colLast">
<div class="block">The Frequency family of sketches.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#HLL">HLL</a></span></code></th>
<td class="colLast">
<div class="block">The HLL family of sketches.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#INTERSECTION">INTERSECTION</a></span></code></th>
<td class="colLast">
<div class="block">The Intersection family is an operation for the Theta Sketch Framework of sketches.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#KLL">KLL</a></span></code></th>
<td class="colLast">
<div class="block">KLL quantiles sketch</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#QUANTILES">QUANTILES</a></span></code></th>
<td class="colLast">
<div class="block">The Quantiles family of sketches.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#QUICKSELECT">QUICKSELECT</a></span></code></th>
<td class="colLast">
<div class="block">The QuickSelect Sketch family is a member of the Theta Sketch Framework of sketches and
is the workhorse of the Theta Sketch Families and can be constructed for either on-heap or
off-heap operation.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#REQ">REQ</a></span></code></th>
<td class="colLast">
<div class="block">Relative Error Quantiles Sketch</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#RESERVOIR">RESERVOIR</a></span></code></th>
<td class="colLast">
<div class="block">The Reservoir family of sketches.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#RESERVOIR_UNION">RESERVOIR_UNION</a></span></code></th>
<td class="colLast">
<div class="block">The reservoir sampling family of Union operations.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#TUPLE">TUPLE</a></span></code></th>
<td class="colLast">
<div class="block">The Tuple family of sketches is a large family of sketches that are extensions of the
Theta Sketch Framework.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#UNION">UNION</a></span></code></th>
<td class="colLast">
<div class="block">The Union family is an operation for the Theta Sketch Framework of sketches.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VAROPT">VAROPT</a></span></code></th>
<td class="colLast">
<div class="block">The VarOpt family of sketches.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#VAROPT_UNION">VAROPT_UNION</a></span></code></th>
<td class="colLast">
<div class="block">The VarOpt family of sketches.</div>
Expand Down Expand Up @@ -598,13 +604,23 @@ <h4>REQ</h4>
<a id="COUNTMIN">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>COUNTMIN</h4>
<pre>public static final&nbsp;<a href="Family.html" title="enum in org.apache.datasketches.common">Family</a> COUNTMIN</pre>
<div class="block">CountMin Sketch</div>
</li>
</ul>
<a id="EBPPS">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EBPPS</h4>
<pre>public static final&nbsp;<a href="Family.html" title="enum in org.apache.datasketches.common">Family</a> EBPPS</pre>
<div class="block">Exact and Bounded, Probability Proportional to Size (EBPPS)</div>
</li>
</ul>
</li>
</ul>
</section>
Expand Down
Loading

0 comments on commit 1ad116b

Please sign in to comment.