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 voidadd(long hash)longaddAndEstimate(long hash)Add an entry.longestimate(long hash)
-