Class CountMinSketch
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.utils.CountMinSketch
-
public class CountMinSketch extends Object
A count-min sketch implementation.
-
-
Constructor Summary
Constructors Constructor Description CountMinSketch(int k, int m)
Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(long hash)
long
addAndEstimate(long hash)
Add an entry.long
estimate(long hash)
-