Class FlatRStarTreeFactory.Par<O extends NumberVector>
- java.lang.Object
-
- elki.index.PagedIndexFactory.Par<O>
-
- elki.index.tree.spatial.rstarvariants.flat.FlatRStarTreeFactory.Par<O>
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- FlatRStarTreeFactory<O extends NumberVector>
public static class FlatRStarTreeFactory.Par<O extends NumberVector> extends PagedIndexFactory.Par<O>
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.index.tree.spatial.rstarvariants.AbstractRStarTreeFactory.Par
BULK_SPLIT_ID, INSERTION_STRATEGY_ID, MINIMUM_FILL_ID, OVERFLOW_STRATEGY_ID, settings, SPLIT_STRATEGY_ID
-
Fields inherited from class elki.index.PagedIndexFactory.Par
PAGEFILE_ID, pageFileFactory
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RTreeSettings
createSettings()
Create the settings objectFlatRStarTreeFactory<O>
make()
Make an instance after successful configuration.-
Methods inherited from class elki.index.tree.spatial.rstarvariants.AbstractRStarTreeFactory.Par
configBulkLoad, configure
-
-
-
-
Method Detail
-
make
public FlatRStarTreeFactory<O> make()
Description copied from interface:Parameterizer
Make an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Object
as return type.- Specified by:
make
in interfaceParameterizer
- Specified by:
make
in classAbstractRStarTreeFactory.Par<O extends NumberVector,RTreeSettings>
- Returns:
- a new instance
-
createSettings
protected RTreeSettings createSettings()
Description copied from class:AbstractRStarTreeFactory.Par
Create the settings object- Specified by:
createSettings
in classAbstractRStarTreeFactory.Par<O extends NumberVector,RTreeSettings>
- Returns:
- Settings instance.
-
-