Uses of Enum Class
org.apache.datasketches.common.ResizeFactor

Packages that use ResizeFactor
Package
Description
This package is for common classes that may be used across all the sketch families.
This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of weighted and unweighted items from a stream.
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.
This package is for a generic implementation of the Tuple sketch for single String value.