Uses of Class
org.apache.datasketches.quantiles.DoublesUnionBuilder
Package
Description
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
-
Uses of DoublesUnionBuilder in org.apache.datasketches.quantiles
Modifier and TypeMethodDescriptionstatic DoublesUnionBuilder
DoublesUnion.builder()
Returns a new UnionBuilderDoublesUnionBuilder.setMaxK
(int maxK) Sets the parameter masK that determines the maximum size of the sketch that results from a union and its accuracy.