| Package | Description |
|---|---|
| com.clearspring.analytics.stream.frequency |
| Modifier and Type | Class and Description |
|---|---|
class |
ConservativeAddSketch
A more accurate (by some large, but ill-defined amount), but slower (by some
small, but equally ill-defined amount) count min sketch.
|
| Modifier and Type | Method and Description |
|---|---|
static CountMinSketch |
CountMinSketch.deserialize(byte[] data) |
static CountMinSketch |
CountMinSketch.merge(CountMinSketch... estimators)
Merges count min sketches to produce a count min sketch for their combined streams
|
| Modifier and Type | Method and Description |
|---|---|
static CountMinSketch |
CountMinSketch.merge(CountMinSketch... estimators)
Merges count min sketches to produce a count min sketch for their combined streams
|
static byte[] |
CountMinSketch.serialize(CountMinSketch sketch) |
Copyright © 2018 AddThis. All rights reserved.