
@Alias(value="de.lmu.ifi.dbs.elki.datasource.filter.ShuffleObjectsFilter") public class ShuffleObjectsFilter extends Object implements ObjectFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
ShuffleObjectsFilter.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private static Logging |
LOG
Class logger
|
(package private) RandomFactory |
rnd
Random generator.
|
| Constructor and Description |
|---|
ShuffleObjectsFilter(RandomFactory rnd)
Constructor.
|
private static final Logging LOG
final RandomFactory rnd
public ShuffleObjectsFilter(RandomFactory rnd)
rnd - Random generatorpublic MultipleObjectsBundle filter(MultipleObjectsBundle objects)
ObjectFilterfilter in interface ObjectFilterobjects - Object to filterCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.