-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 12ec5c3 🚀
- Loading branch information
Showing
513 changed files
with
118,384 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
173 changes: 173 additions & 0 deletions
173
docs/fix_GHAW_manual-javadoc.yml/allpackages-index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
<!DOCTYPE HTML> | ||
<html lang> | ||
<head> | ||
<!-- Generated by javadoc (17) --> | ||
<title>All Packages (datasketches-java 7.0.0 API)</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta name="description" content="package index"> | ||
<meta name="generator" content="javadoc/AllPackagesIndexWriter"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style"> | ||
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
<script type="text/javascript" src="script-dir/jquery-3.7.1.min.js"></script> | ||
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script> | ||
</head> | ||
<body class="all-packages-index-page"> | ||
<script type="text/javascript">var pathtoroot = "./"; | ||
loadScripts(document, 'script');</script> | ||
<noscript> | ||
<div>JavaScript is disabled on your browser.</div> | ||
</noscript> | ||
<div class="flex-box"> | ||
<header role="banner" class="flex-header"> | ||
<nav role="navigation"> | ||
<!-- ========= START OF TOP NAVBAR ======= --> | ||
<div class="top-nav" id="navbar-top"> | ||
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> | ||
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> | ||
<li><a href="index.html">Overview</a></li> | ||
<li>Package</li> | ||
<li>Class</li> | ||
<li>Use</li> | ||
<li><a href="overview-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-all.html">Index</a></li> | ||
<li><a href="help-doc.html#all-packages">Help</a></li> | ||
</ul> | ||
</div> | ||
<div class="sub-nav"> | ||
<div class="nav-list-search"><label for="search-input">SEARCH:</label> | ||
<input type="text" id="search-input" value="search" disabled="disabled"> | ||
<input type="reset" id="reset-button" value="reset" disabled="disabled"> | ||
</div> | ||
</div> | ||
<!-- ========= END OF TOP NAVBAR ========= --> | ||
<span class="skip-nav" id="skip-navbar-top"></span></nav> | ||
</header> | ||
<div class="flex-content"> | ||
<main role="main"> | ||
<div class="header"> | ||
<h1 title="All&nbsp;Packages" class="title">All Packages</h1> | ||
</div> | ||
<div class="caption"><span>Package Summary</span></div> | ||
<div class="summary-table two-column-summary"> | ||
<div class="table-header col-first">Package</div> | ||
<div class="table-header col-last">Description</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/package-summary.html">org.apache.datasketches</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">This package is the parent package for all sketch families and common code areas.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/common/package-summary.html">org.apache.datasketches.common</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">This package is for common classes that may be used across all the sketch families.</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/cpc/package-summary.html">org.apache.datasketches.cpc</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">Compressed Probabilistic Counting sketch family</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/fdt/package-summary.html">org.apache.datasketches.fdt</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">Frequent Distinct Tuples Sketch</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/filters/package-summary.html">org.apache.datasketches.filters</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">The filters package contains data structures used to determine | ||
approximate set-membership.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/filters/bloomfilter/package-summary.html">org.apache.datasketches.filters.bloomfilter</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">BloomFilter package</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/frequencies/package-summary.html">org.apache.datasketches.frequencies</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">This package is dedicated to streaming algorithms that enable estimation of the | ||
frequency of occurrence of items in a weighted multiset stream of items.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/hash/package-summary.html">org.apache.datasketches.hash</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">The hash package contains a high-performing and extended Java implementations | ||
of Austin Appleby's 128-bit MurmurHash3 hash function originally coded in C.</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/hll/package-summary.html">org.apache.datasketches.hll</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">The DataSketches™ HLL sketch family package</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/hllmap/package-summary.html">org.apache.datasketches.hllmap</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">The hllmap package contains a space efficient HLL mapping sketch of keys to approximate unique | ||
count of identifiers.</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/kll/package-summary.html">org.apache.datasketches.kll</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">This package is for the implementations of the sketch algorithm developed by Zohar Karnin, Kevin Lang, | ||
and Edo Liberty that is commonly referred to as the "KLL" sketch after the authors' last names.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/partitions/package-summary.html">org.apache.datasketches.partitions</a></div> | ||
<div class="col-last odd-row-color"> </div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/quantiles/package-summary.html">org.apache.datasketches.quantiles</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">The quantiles package contains stochastic streaming algorithms that enable single-pass | ||
analysis of the distribution of a stream of quantiles.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/quantilescommon/package-summary.html">org.apache.datasketches.quantilescommon</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">This package contains common tools and methods for the <i>quantiles</i>, <i>kll</i> and | ||
<i>req</i> packages.</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/req/package-summary.html">org.apache.datasketches.req</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">This package is for the implementation of the Relative Error Quantiles sketch algorithm.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/sampling/package-summary.html">org.apache.datasketches.sampling</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of | ||
weighted and unweighted items from a stream.</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/tdigest/package-summary.html">org.apache.datasketches.tdigest</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">t-Digest for estimating quantiles and ranks.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/theta/package-summary.html">org.apache.datasketches.theta</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">The theta package contains the basic sketch classes that are members of the | ||
<a href="./resources/dictionary.html#thetaSketch">Theta Sketch Framework</a>.</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/thetacommon/package-summary.html">org.apache.datasketches.thetacommon</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">This package contains common tools and methods for the <i>theta</i>, | ||
<i>tuple</i>, <i>tuple/*</i> and <i>fdt</i> packages.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/tuple/package-summary.html">org.apache.datasketches.tuple</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">The tuple package contains a number of sketches based on the same | ||
fundamental algorithms of the Theta Sketch Framework and extend these | ||
concepts for whole new families of sketches.</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/tuple/adouble/package-summary.html">org.apache.datasketches.tuple.adouble</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">This package is for a generic implementation of the Tuple sketch for single Double value.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/tuple/aninteger/package-summary.html">org.apache.datasketches.tuple.aninteger</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">This package is for a generic implementation of the Tuple sketch for single Integer value.</div> | ||
</div> | ||
<div class="col-first even-row-color"><a href="org/apache/datasketches/tuple/arrayofdoubles/package-summary.html">org.apache.datasketches.tuple.arrayofdoubles</a></div> | ||
<div class="col-last even-row-color"> | ||
<div class="block">This package is for a concrete implementation of the Tuple sketch for an array of double values.</div> | ||
</div> | ||
<div class="col-first odd-row-color"><a href="org/apache/datasketches/tuple/strings/package-summary.html">org.apache.datasketches.tuple.strings</a></div> | ||
<div class="col-last odd-row-color"> | ||
<div class="block">This package is for a generic implementation of the Tuple sketch for single String value.</div> | ||
</div> | ||
</div> | ||
</main> | ||
<footer role="contentinfo"> | ||
<hr> | ||
<p class="legal-copy"><small>Copyright © 2015–2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.