Interface Randomization
-
- All Known Implementing Classes:
AbstractRandomization,DefaultRandomization,PassThrough
public interface RandomizationInterface for randomization schemes.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> List<Binnable<T>>randomize(List<Binnable<T>> data)Randomizes the data.voidreset()Resets the scheme.
-