Uses of Class
org.apache.datasketches.quantiles.QuantilesDoublesSketchBuilder
Packages that use QuantilesDoublesSketchBuilder
Package
Description
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
-
Uses of QuantilesDoublesSketchBuilder in org.apache.datasketches.quantiles
Methods in org.apache.datasketches.quantiles that return QuantilesDoublesSketchBuilderModifier and TypeMethodDescriptionstatic final QuantilesDoublesSketchBuilderQuantilesDoublesSketch.builder()Returns a new builderQuantilesDoublesSketchBuilder.setK(int k) Sets the parameter k that determines the accuracy and size of the sketch.