Uses of Class
org.apache.datasketches.ResizeFactor

Packages that use ResizeFactor 
Package Description
org.apache.datasketches
This package is the parent package for all sketch algorithms.
org.apache.datasketches.sampling
This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of unweighted items from a stream.
org.apache.datasketches.theta
The theta package contains all the sketch classes that are members of the Theta Sketch Framework.
org.apache.datasketches.tuple
The tuple package contains implementation of sketches based on the idea of theta sketches with the addition of values associated with unique keys.
org.apache.datasketches.tuple.arrayofdoubles  
org.apache.datasketches.tuple.strings