
public abstract static class AbstractMkTreeUnifiedFactory.Parameterizer<O,D extends Distance<D>> extends AbstractMTreeFactory.Parameterizer<O,D>
| Modifier and Type | Field and Description |
|---|---|
protected int |
k_max |
distanceFunctioncacheSize, fileName, pageSize| Constructor and Description |
|---|
AbstractMkTreeUnifiedFactory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractMkTreeUnifiedFactory<O,D,?,?,?> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic AbstractMkTreeUnifiedFactory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractMTreeFactory.Parameterizer<O,D extends Distance<D>>config - Parameterization to add options to.protected abstract AbstractMkTreeUnifiedFactory<O,D,?,?,?> makeInstance()
AbstractParameterizermakeInstance in class AbstractMTreeFactory.Parameterizer<O,D extends Distance<D>>