public static class FirstNStreamFilter.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected int |
n
Number of objects to keep
|
static OptionID |
SIZE_ID
Option ID for the sample size
|
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected FirstNStreamFilter |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID SIZE_ID
protected int n
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected FirstNStreamFilter makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.