Interface Randomization
-
- All Known Implementing Classes:
AbstractRandomization
,DefaultRandomization
,PassThrough
public interface Randomization
Interface 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.void
reset()
Resets the scheme.
-