Package | Description |
---|---|
com.clearspring.analytics.stream.frequency |
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 © 2019. All rights reserved.