public abstract static class AbstractRStarTreeFactory.Parameterizer<O extends NumberVector<O,?>> extends TreeIndexFactory.Parameterizer<O>
Modifier and Type | Field and Description |
---|---|
protected BulkSplit |
bulkSplitter |
protected InsertionStrategy |
insertionStrategy |
cacheSize, fileName, pageSize
Constructor and Description |
---|
AbstractRStarTreeFactory.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected void |
configBulkLoad(Parameterization config)
Configure the bulk load parameters.
|
protected abstract AbstractRStarTreeFactory<O,?,?,?> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
protected BulkSplit bulkSplitter
protected InsertionStrategy insertionStrategy
public AbstractRStarTreeFactory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class TreeIndexFactory.Parameterizer<O extends NumberVector<O,?>>
config
- Parameterization to add options to.protected void configBulkLoad(Parameterization config)
config
- Parameterizationprotected abstract AbstractRStarTreeFactory<O,?,?,?> makeInstance()
AbstractParameterizer
makeInstance
in class TreeIndexFactory.Parameterizer<O extends NumberVector<O,?>>