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