F - Factory typepublic abstract static class AbstractIndexBasedDistanceFunction.Parameterizer<F extends IndexFactory<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected F |
factory
The index factory we use.
|
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configIndexFactory(Parameterization config,
java.lang.Class<?> restriction,
java.lang.Class<?> defaultClass)
Index factory parameter
|
configure, make, makeInstance, makeOptionsprotected F extends IndexFactory<?> factory
public void configIndexFactory(Parameterization config, java.lang.Class<?> restriction, java.lang.Class<?> defaultClass)
config - Parameterizationrestriction - Restriction classdefaultClass - Default valueCopyright © 2019 ELKI Development Team. License information.