Package | Description |
---|---|
com.clearspring.analytics.stream.cardinality |
Modifier and Type | Class and Description |
---|---|
static class |
AdaptiveCounting.Builder |
static class |
HyperLogLog.Builder |
static class |
HyperLogLogPlus.Builder |
static class |
LinearCounting.Builder |
static class |
LogLog.Builder |
Modifier and Type | Field and Description |
---|---|
protected IBuilder<ICardinality> |
CountThenEstimate.builder
Factory for instantiating estimator after the tipping point is reached
|
Modifier and Type | Method and Description |
---|---|
static IBuilder<ICardinality> |
AdaptiveCounting.Builder.obyCount(long maxCardinality)
For cardinalities less than 4.25M, obyCount provides a LinearCounting Builder
(see LinearCounting.Builder.onePercentError() ) using only the
space required to provide estimates within 1% of the actual cardinality,
up to ~65k.
|
Constructor and Description |
---|
CountThenEstimate(int tippingPoint,
IBuilder<ICardinality> builder) |
Copyright © 2019. All rights reserved.