Uses of Class
org.apache.datasketches.sampling.SampleSubsetSummary
Packages that use 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
Methods in org.apache.datasketches.sampling that return SampleSubsetSummaryModifier 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.