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, make
protected DistanceFunction<O,D extends Distance<D>> distanceFunction
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class TreeIndexFactory.Parameterizer<O>
config
- Parameterization to add options to.protected abstract AbstractMTreeFactory<O,D,?,?,?> makeInstance()
AbstractParameterizer
makeInstance
in class TreeIndexFactory.Parameterizer<O>