Class DeLiCluTreeFactory.Par<O extends elki.data.NumberVector>
- java.lang.Object
-
- elki.index.PagedIndexFactory.Par<O>
-
- elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeFactory.Par<O>
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- DeLiCluTreeFactory<O extends elki.data.NumberVector>
public static class DeLiCluTreeFactory.Par<O extends elki.data.NumberVector> extends elki.index.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
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RTreeSettingscreateSettings()Create the settings objectDeLiCluTreeFactory<O>make()-
Methods inherited from class elki.index.tree.spatial.rstarvariants.AbstractRStarTreeFactory.Par
configBulkLoad, configure
-
-
-
-
Method Detail
-
make
public DeLiCluTreeFactory<O> make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer- Specified by:
makein classAbstractRStarTreeFactory.Par<O extends elki.data.NumberVector,RTreeSettings>
-
createSettings
protected RTreeSettings createSettings()
Description copied from class:AbstractRStarTreeFactory.ParCreate the settings object- Specified by:
createSettingsin classAbstractRStarTreeFactory.Par<O extends elki.data.NumberVector,RTreeSettings>- Returns:
- Settings instance.
-
-