
public static class ReplaceNaNWithRandomFilter.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
private Distribution |
dist
Distribution to generate replacement values with.
|
static OptionID |
REPLACEMENT_DISTRIBUTION
Parameter to specify the distribution to sample replacement values from.
|
| Constructor and Description |
|---|
ReplaceNaNWithRandomFilter.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected ReplaceNaNWithRandomFilter |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID REPLACEMENT_DISTRIBUTION
private Distribution dist
public ReplaceNaNWithRandomFilter.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ReplaceNaNWithRandomFilter makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.