Class HyperLogLog
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.utils.HyperLogLog
-
public class HyperLogLog extends Object
A HyperLogLog implementation.
-
-
Constructor Summary
Constructors Constructor Description HyperLogLog(int m, int maxSmallSetSize)
-