Uses of Package
org.apache.datasketches.theta
Packages that use org.apache.datasketches.theta
Package
Description
The theta package contains the basic sketch classes that are members of the
Theta-Sketch Framework.
This package contains common tools and methods for the theta,
tuple, tuple/* and fdt packages.
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.
-
Classes in org.apache.datasketches.theta used by org.apache.datasketches.thetaClassDescriptionThe parent class of all the CompactThetaSketches.This is used to iterate over the retained hash values of the Theta sketch.Computes a set difference, A-AND-NOT-B, of two ThetaSketches.The API for intersection operationsThe parent API for all Set OperationsFor building a new ThetaSetOperation.The top-level class for all theta sketches.Compute the union of two or more theta sketches.The parent class for the UpdatableThetaSketch families, such as QuickSelectThetaSketch and AlphaSketch.For building a new UpdatableThetaSketch.
-
Classes in org.apache.datasketches.theta used by org.apache.datasketches.thetacommon
-
Classes in org.apache.datasketches.theta used by org.apache.datasketches.tuple