Uses of Interface
org.apache.wayang.profiler.log.sampling.Sampler
-
Packages that use Sampler Package Description org.apache.wayang.profiler.log.sampling -
-
Uses of Sampler in org.apache.wayang.profiler.log.sampling
Classes in org.apache.wayang.profiler.log.sampling that implement Sampler Modifier and Type Class Description class
ReservoirSampler<T>
Utility to do reservoir sampling with competitions over shared space.class
TournamentSampler<T>
Sampling strategy that simulates a tournament between elements.
-