
public static class ShuffleObjectsFilter.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
(package private) RandomFactory |
rnd
Random generator
|
static OptionID |
SEED_ID
Optional parameter to specify a seed for randomly shuffling the rows of
the database.
|
| Constructor and Description |
|---|
ShuffleObjectsFilter.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected ShuffleObjectsFilter |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID SEED_ID
Key: -shuffle.seed
RandomFactory rnd
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ShuffleObjectsFilter makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.