Package | Description |
---|---|
org.apache.datasketches.sampling |
This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of
unweighted items from a stream.
|
Modifier and Type | Method and Description |
---|---|
SampleSubsetSummary |
ReservoirLongsSketch.estimateSubsetSum(Predicate<Long> predicate)
Computes an estimated subset sum from the entire stream for objects matching a given
predicate.
|
SampleSubsetSummary |
ReservoirItemsSketch.estimateSubsetSum(Predicate<T> predicate)
Computes an estimated subset sum from the entire stream for objects matching a given
predicate.
|
SampleSubsetSummary |
VarOptItemsSketch.estimateSubsetSum(Predicate<T> predicate)
Computes an estimated subset sum from the entire stream for objects matching a given
predicate.
|
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.