Class TournamentSampler<T>
- java.lang.Object
-
- org.apache.wayang.profiler.log.sampling.TournamentSampler<T>
-
-
Constructor Summary
Constructors Constructor Description TournamentSampler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<T>
sample(java.util.Collection<T> set, Battle<T> battle, double selectionProbability)
Create a sample from a givenCollection
.
-