Package org.apache.wayang.profiler.log.sampling
-
Interface Summary Interface Description Battle<T> Implementation of a battle between to elements.Sampler<T> Interface that describes a sampling algorithm that can give bias towards certain elements.. -
Class Summary Class Description ReservoirSampler<T> Utility to do reservoir sampling with competitions over shared space.TournamentSampler<T> Sampling strategy that simulates a tournament between elements.