aggregateknowledge / java-hll

Java library for the HyperLogLog algorithm
http://research.neustar.biz/2013/12/24/open-source-release-java-hll/
Apache License 2.0
312 stars 71 forks source link

Fix documentation #3

Closed yerenkow closed 10 years ago

yerenkow commented 10 years ago

Since there's no such constructor: public HLL(final int log2m, final int regwidth) But it used in project introduction