Uses of Interface
org.apache.wayang.profiler.log.sampling.Battle
Packages that use Battle
-
Uses of Battle in org.apache.wayang.profiler.log.sampling
Methods in org.apache.wayang.profiler.log.sampling with parameters of type BattleModifier and TypeMethodDescriptionReservoirSampler.sample
(Collection<T> set, Battle<T> battle, double selectionProbability) Sampler.sample
(Collection<T> set, Battle<T> battle, double selectionProbability) Create a sample from a givenCollection
.TournamentSampler.sample
(Collection<T> set, Battle<T> battle, double selectionProbability)