Uses of Class
org.apache.datasketches.sampling.SampleSubsetSummary
Package
Description
This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of
weighted and unweighted items from a stream.
-
Uses of SampleSubsetSummary in org.apache.datasketches.sampling
Modifier and TypeMethodDescriptionReservoirItemsSketch.estimateSubsetSum
(Predicate<T> predicate) Computes an estimated subset sum from the entire stream for objects matching a given predicate.ReservoirLongsSketch.estimateSubsetSum
(Predicate<Long> predicate) Computes an estimated subset sum from the entire stream for objects matching a given predicate.VarOptItemsSketch.estimateSubsetSum
(Predicate<T> predicate) Computes an estimated subset sum from the entire stream for objects matching a given predicate.