Package | Description |
---|---|
com.clearspring.analytics.stream.cardinality |
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveCounting
Based on the adaptive counting approach of:
Fast and Accurate Traffic Matrix Measurement Using Adaptive Cardinality Counting by: Cai, Pan, Kwok, and Hwang |
Modifier and Type | Method and Description |
---|---|
LogLog |
LogLog.Builder.build() |
static LogLog |
LogLog.mergeEstimators(LogLog... estimators)
Merges estimators to produce an estimator for their combined streams
|
Modifier and Type | Method and Description |
---|---|
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.