Package | Description |
---|---|
org.apache.datasketches.quantiles |
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
|
Modifier and Type | Method and Description |
---|---|
static DoublesSketchBuilder |
DoublesSketch.builder()
Returns a new builder
|
DoublesSketchBuilder |
DoublesSketchBuilder.setK(int k)
Sets the parameter k that determines the accuracy and size of the sketch.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.