Uses of Package
org.apache.datasketches.count
Packages that use org.apache.datasketches.count
Package
Description
This package in intended for implementations of the the Count Sketch and the Count-min Sketch both of which can be used to estimate
frequency-moments of a stream of distinct elements.
-
Classes in org.apache.datasketches.count used by org.apache.datasketches.countClassDescriptionJava implementation of the CountMin sketch data structure of Cormode and Muthukrishnan.