Uses of Package
org.apache.datasketches.cpc
-
Packages that use org.apache.datasketches.cpc Package Description org.apache.datasketches.cpc Compressed Probabilistic Counting sketch family -
Classes in org.apache.datasketches.cpc used by org.apache.datasketches.cpc Class Description CpcSketch This is a unique-counting sketch that implements the Compressed Probabilistic Counting (CPC, a.k.a FM85) algorithms developed by Kevin Lang in his paper Back to the Future: an Even More Nearly Optimal Cardinality Estimation Algorithm.