| Package | Description |
|---|---|
| org.apache.datasketches.kll |
Implementation of a very compact quantiles sketch with lazy compaction scheme
and nearly optimal accuracy per retained item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KllDoublesSketch |
class |
KllFloatsSketch |
| Modifier and Type | Method and Description |
|---|---|
void |
KllSketch.merge(KllSketch other)
Merges another sketch into this one.
|
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.