Package org.apache.datasketches.theta
package org.apache.datasketches.theta
The theta package contains the basic sketch classes that are members of the
Theta-Sketch Framework.
There is a separate /tuple/ package for many of the sketches that are derived from the same algorithms defined in the Theta-Sketch Framework paper.
-
ClassDescriptionThe parent class of all the CompactThetaSketches.This is used to iterate over the retained hash values of the Theta sketch.Jaccard similarity of two ThetaSketches.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.