| Package | Description |
|---|---|
| com.clearspring.analytics.stream.cardinality |
| Modifier and Type | Method and Description |
|---|---|
static LinearCounting.Builder |
LinearCounting.Builder.onePercentError(int maxCardinality)
Returns a LinearCounting.Builder that generates an LC
estimator which keeps estimates below 1% error on average and has
a low likelihood of saturation (0.7%) for any stream with
cardinality less than maxCardinality
|
static LinearCounting.Builder |
LinearCounting.Builder.withError(double eps,
int maxCardinality)
Builds Linear Counter with arbitrary standard error and maximum expected cardinality.
|
Copyright © 2018 AddThis. All rights reserved.