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 | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, make, makeInstancepublic static final OptionID SEED_ID
protected RandomFactory random
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.Copyright © 2019 ELKI Development Team. License information.