Uses of Class
org.apache.datasketches.quantiles.DoublesUnionBuilder
Packages that use 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
Methods in org.apache.datasketches.quantiles that return DoublesUnionBuilderModifier and TypeMethodDescriptionstatic DoublesUnionBuilderDoublesUnion.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.