Package | Description |
---|---|
com.clearspring.analytics.stream.cardinality |
Modifier and Type | Method and Description |
---|---|
ICardinality |
LogLog.merge(ICardinality... estimators) |
ICardinality |
AdaptiveCounting.merge(ICardinality... estimators) |
static LogLog |
LogLog.mergeEstimators(LogLog... estimators)
Merges estimators to produce an estimator for their combined streams
|
static AdaptiveCounting |
AdaptiveCounting.mergeEstimators(LogLog... estimators)
Merges estimators to produce an estimator for their combined streams
|
Copyright © 2019. All rights reserved.