Uses of Class
org.apache.flink.api.java.sampling.RandomSampler
-
Packages that use RandomSampler Package Description org.apache.flink.api.java.sampling -
-
Uses of RandomSampler in org.apache.flink.api.java.sampling
Subclasses of RandomSampler in org.apache.flink.api.java.sampling Modifier and Type Class Description classBernoulliSampler<T>A sampler implementation built upon a Bernoulli trail.classDistributedRandomSampler<T>For sampling with fraction, the sample algorithms are natively distributed, while it's not true for fixed size sample algorithms.classPoissonSampler<T>A sampler implementation based on the Poisson Distribution.classReservoirSamplerWithoutReplacement<T>A simple in memory implementation of Reservoir Sampling without replacement, and with only one pass through the input iteration whose size is unpredictable.classReservoirSamplerWithReplacement<T>A simple in memory implementation of Reservoir Sampling with replacement and with only one pass through the input iteration whose size is unpredictable.
-