Package | Description |
---|---|
com.clearspring.analytics.stream.cardinality |
Modifier and Type | Method and Description |
---|---|
protected RegisterSet |
HyperLogLogPlus.getRegisterSet()
exposed for testing
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterSet.merge(RegisterSet that) |
Constructor and Description |
---|
HyperLogLog(int log2m,
RegisterSet registerSet)
Creates a new HyperLogLog instance using the given registers.
|
Copyright © 2019. All rights reserved.