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 real (double) values or generic items.
|
Modifier and Type | Method and Description |
---|---|
static DoublesUnionBuilder |
DoublesUnion.builder()
Returns a new UnionBuilder
|
DoublesUnionBuilder |
DoublesUnionBuilder.setMaxK(int maxK)
Sets the parameter masK that determines the maximum size of the sketch that
results from a union and its accuracy.
|
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.