public abstract static class AbstractIndexBasedSimilarityFunction.Parameterizer<F extends IndexFactory<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected F |
factory
The index factory we use.
|
static OptionID |
INDEX_ID
Parameter to specify the preprocessor to be used.
|
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configIndexFactory(Parameterization config,
java.lang.Class<?> restrictionClass,
java.lang.Class<?> defaultClass)
Get the index factory parameter.
|
configure, make, makeInstance, makeOptionspublic static final OptionID INDEX_ID
protected F extends IndexFactory<?> factory
protected void configIndexFactory(Parameterization config, java.lang.Class<?> restrictionClass, java.lang.Class<?> defaultClass)
config - ParameterizationrestrictionClass - Restriction classdefaultClass - Default classCopyright © 2019 ELKI Development Team. License information.