public abstract static class RandomizedHoldout.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected RandomFactory |
random
The random generator.
|
static OptionID |
SEED_ID
Random seeding for holdout evaluation.
|
Constructor and Description |
---|
RandomizedHoldout.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make, makeInstance
public static final OptionID SEED_ID
protected RandomFactory random
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.