
I - Input typeO - Output typepublic static class ProjectionFilter.Parameterizer<I,O> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
static OptionID |
PROJ_ID
Parameter to specify the projection to use
Key:
-projection
|
(package private) Projection<I,O> |
projection
Projection to apply.
|
| Constructor and Description |
|---|
ProjectionFilter.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected ProjectionFilter<I,O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID PROJ_ID
Key: -projection
Projection<I,O> projection
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ProjectionFilter<I,O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.