Uses of Class
org.apache.datasketches.quantiles.DoublesSketchBuilder
Package
Description
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
-
Uses of DoublesSketchBuilder in org.apache.datasketches.quantiles
Modifier and TypeMethodDescriptionstatic final DoublesSketchBuilder
DoublesSketch.builder()
Returns a new builderDoublesSketchBuilder.setK
(int k) Sets the parameter k that determines the accuracy and size of the sketch.