Uses of Interface
org.apache.wayang.profiler.log.sampling.Battle
-
Packages that use Battle Package Description org.apache.wayang.profiler.log.sampling -
-
Uses of Battle in org.apache.wayang.profiler.log.sampling
Methods in org.apache.wayang.profiler.log.sampling with parameters of type Battle Modifier and Type Method Description java.util.List<T>
ReservoirSampler. sample(java.util.Collection<T> set, Battle<T> battle, double selectionProbability)
java.util.List<T>
Sampler. sample(java.util.Collection<T> set, Battle<T> battle, double selectionProbability)
Create a sample from a givenCollection
.java.util.List<T>
TournamentSampler. sample(java.util.Collection<T> set, Battle<T> battle, double selectionProbability)
-