public abstract static class AbstractRStarTreeFactory.Parameterizer<O extends NumberVector<?>> extends TreeIndexFactory.Parameterizer<O>
Modifier and Type | Field and Description |
---|---|
protected BulkSplit |
bulkSplitter
Bulk loading strategy
|
protected InsertionStrategy |
insertionStrategy
Insertion strategy
|
protected double |
minimumFill
Relative minimum fill
|
protected SplitStrategy |
nodeSplitter
The strategy for splitting nodes
|
protected OverflowTreatment |
overflowTreatment
Overflow treatment strategy
|
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 InsertionStrategy insertionStrategy
protected SplitStrategy nodeSplitter
protected BulkSplit bulkSplitter
protected OverflowTreatment overflowTreatment
protected double minimumFill
public AbstractRStarTreeFactory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class TreeIndexFactory.Parameterizer<O extends NumberVector<?>>
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<?>>