Uses of Annotation Interface
org.apache.datasketches.common.SuppressFBWarnings

Packages that use SuppressFBWarnings
Package
Description
This package is for common classes that may be used across all the sketch families.
Compressed Probabilistic Counting sketch family
This package is dedicated to streaming algorithms that enable estimation of the frequency of occurrence of items in a weighted multiset stream of items.
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.
The theta package contains the basic sketch classes that are members of the Theta Sketch Framework.
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.
This package is for a concrete implementation of the Tuple sketch for an array of double values.